开发者 | mrdenny |
---|---|
更新时间 | 2018年12月17日 05:23 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.9.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/password-vault
directoryThis plugin allows you to securly store usernames and passwords online in a password protected repository.
To change the encryption key, first enter the new key in the wp-config.php file. Then open the settings page, and put the old key in the field at the bottom and save the settings. A new menu option at the top of the page will appear called "Complete Key Change". Select this link, check the checkbox to verify that you have a backup and click the "Complete Key Change" button. Depending on how much data you have in the main table and the audit table this process may run quickly or it may take a long time. No matter how long it takes do NOT stop the process. Stopping the process can cause you to loose access to some or all of the data. After the process is done, go back to the main page and remove the old encryption key and save the settings. This will remove the link from the menu at the top of the page.
Basically as many as you want. The field is an INT(11) in MySQL so you should be able to have 2,147,483,647 groups.
The users are simply users from Wordpress.
Sort of. They will be able to see that the account exists, but they won't be able to see the password. Even if they figure out the ID number and stick it in the URL field manually it still won't show them the password.
No. If you grant write permissions to a user, they get read permissions automatically.
No. If you grant owner permissions to a user, they get read and write permissions automatically.
Neither, they are merged.
This is because the application is using the is_ssl() function within Wordpress which isn't correctly handle load balancers. For now it is recommended that you follow the directions in the is_ssl() document and add the "Force SSL URL Scheme" plugin to your site so that the site forces SSL. If this doesn't work, contact us via the forums and we'll figure it out.
This is done as a security precaution. Every time the plugin is activated it turns auditing back on if it is disabled.