WP Site Protect - Protect your WordPress with unlimited unique traceable passwords
Protect your WordPress website with unlimited unique traceable passwords.
If you need to protect your WordPress website with multiple unique passwords, WP Site Protect is a great pick. You can create unlimited passwords that can be traced - who used it last time and when, and you can force your fresh baked password to be renewed when it's used for the first time.
This is also highly customizable. You can edit all the texts you need or you can even replace the whole template by including a single php file on your theme. You can read more about that on the FAQ.
This plugin is stable, but it's still under development. If you find any issues, feel free to open a support request or a Github issue.
- Run
composer install
to install the required modules. Not necessary if you download the release ZIP. - Install WP Site Protect either via the WordPress.org plugin directory, or by uploading the files to your server (/wp-content/plugins/)
- Activation can be made in 'Plugins' menu
- Configure and create your passwords on the Site Passwords admin section.
Easy! You can use your theme's CSS as WP Site Protect pages uses the enqueued script/styles. If you need, you can remove the default WP Site Protect css by dequeueing the wpsp_protect
css.
You can either just edit the text on the plugin settings, or completely rewrite the template. You have two different templates that you can drop on your theme's root:
wpsp-protected.php
- This is the template for the password request page.wpsp-new-password.php
- This is the theme for password renewal page.
You can customize them however you like, but you have to be careful about the forms. If you want, you can use the helper functions wpsp_auth_form()
and wpsp_reset_password_form()
that will output the correct form. If you want to make your own form, just make sure you keep the same form name and input names.
- Password creation page
- Released first version.