• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@dmiceweb)

    How do I create a password-protected page? I want to limit access to a posting to only authorized users.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Password Protection’ is closed to new replies.