Title: WordPress 2.7 and Angsuman’s Authenticated WordPress Plugin
Last modified: August 19, 2016

---

# WordPress 2.7 and Angsuman’s Authenticated WordPress Plugin

 *  Resolved [sindark](https://wordpress.org/support/users/sindark/)
 * (@sindark)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wordpress-27-and-angsumans-authenticated-wordpress-plugin/)
 * On one of my WordPress hosted blogs, I previously used Angsuman’s Authenticated
   WordPress Plugin to restrict access to registered users.
 * After upgrading to WordPress 2.7, the plugin doesn’t work anymore. It won’t let
   anybody log in, trapping people in a constant loop of entering (correct) passwords
   and being returned to the login screen.
 * Does anybody know:
 * (a) how to alter the plugin so it works with 2.7. I don’t want to shell out US
   $30 for ‘Authenticator Plugin Pro’ when only about ten people access the site
   in question.
 * (b) of another plugin that does the same thing – blocks off a WordPress site 
   to everyone other than registered users with passwords.
 * Many thanks.

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

 *  Thread Starter [sindark](https://wordpress.org/support/users/sindark/)
 * (@sindark)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wordpress-27-and-angsumans-authenticated-wordpress-plugin/#post-931675)
 * I am also looking for an answer on AskMetafilter:
 * [http://ask.metafilter.com/109416/WordPress-27-and-Angsumans-Authenticated-WordPress-Plugin](http://ask.metafilter.com/109416/WordPress-27-and-Angsumans-Authenticated-WordPress-Plugin)
 *  Thread Starter [sindark](https://wordpress.org/support/users/sindark/)
 * (@sindark)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wordpress-27-and-angsumans-authenticated-wordpress-plugin/#post-931681)
 * The plugin can be downloaded here:
 * [http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/](http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/)
 *  Thread Starter [sindark](https://wordpress.org/support/users/sindark/)
 * (@sindark)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wordpress-27-and-angsumans-authenticated-wordpress-plugin/#post-931777)
 * Someone on AskMefi came up with this patch:
 * Edit the file ac_authenticator.php (in wp-content/plugins) and change these lines:
 *  if ( (!empty($_COOKIE[USER_COOKIE]) &&
    !wp_login($_COOKIE[USER_COOKIE], $_COOKIE[
   PASS_COOKIE], true)) || (empty($_COOKIE[USER_COOKIE])) ) {
 * to this:
 *  if (!is_user_logged_in()) {

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

The topic ‘WordPress 2.7 and Angsuman’s Authenticated WordPress Plugin’ is closed
to new replies.

 * 3 replies
 * 1 participant
 * Last reply from: [sindark](https://wordpress.org/support/users/sindark/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/wordpress-27-and-angsumans-authenticated-wordpress-plugin/#post-931777)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
