• I tested Login Lock on a BuddyPress site. It didn’t work.

    I also noticed the plugin adds two links to their site on the login page. They are fairly discrete (not big and red and flashing). I saw no way to turn these off in the settings. On the settings page I saw about 12 ways to support the plugin author, but no way to turn off his links on my front end page.

    I am not really cool with this. Aside from the fact that it does not work with BuddyPress, I am less likely to use the plugin or even support the author (if I did use it) because of this practice.

    http://wordpress.org/extend/plugins/login-lock/

Viewing 1 replies (of 1 total)
  • You’re right that there’s no option for this, as far as I can see the only way to turn off those links is to edit the plugin’s loginlock.php file and comment out (i.e. add “//” in front of) the line that says

    add_action('login_form', array( &$this, 'login_lock_notice' ) );

    (around line 50 of the file).

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Login Lock] Plugin Brands the Login Page’ is closed to new replies.