-
Notifications
You must be signed in to change notification settings - Fork 63
Frequently Asked Questions
Install and configure the Login Logo plugin by Mark Jaquith. This will change the logo on your password entry page AND also your admin login page.
In the settings, check the 'Allow Feeds' checkbox.
In the settings, check the 'Allow Administrators' checkbox.
You must be an administrator (have the manage_options capability) and in the Password Protected settings, check the 'Allow Administrators' checkbox.
Just add a "password-protected=logout" query to your URL. eg. http://www.example.com/?password-protected=logout
If you go to your WordPress admin login page /wp-login.php
and it shows the admin login fields, you should still be able to login and disable the plugin.
If the admin login screen insteads shows the Password Protected field, you will need to access your site via SFTP/SSH and delete the Password Protected plugin folder in the plugins folder wp-content/plugins/password-protected
.
If passing a redirect URL using 'redirect_to' when logging out you need you may need to use the allowed domain names filter to allow redirecting to an external domain.
Please log issues and bugs on the plugin's GitHub page. You can also submit suggested enhancements if you like.
If you can, please fork the code and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.