ethayne
Member
Posted 5 months ago #
I protected one of my WP pages with a password first of all. Then I went to that page, put in the password, and was able to access the page. But the problem is...now everytime I visit that page, it just opens right up. How can I make it ask for a password everytime I visit?
The password is saved to a cookie file in your browser. The only way to change it is to edit the wp-pass.php file in your blog's root directory. (It sets it through the PHP getcookie() function).
Note it only sets this now for a 10 day period, after which you would have to enter the post password again.
dmiceweb
Member
Posted 2 weeks ago #
How do I create a password-protected page? I want to limit access to a posting to only authorized users.