• First, awesome plugin. Thank you. I have Better WP Security installed (alongside BuddyPress), with login via Sidebar. The login process was initially working but now it’s asking me to re-enter the username+credentials (sending me to the wp-login.php page). After I login a second time, then it routes me back to the home screen.

    I tried appending the security key to the wp-login.php post function, as described in the Hide Backend settings page, but I end up with the same result (although the session ID now displays the secret key instead)..

    Sorry if this is a duplicate, searched through the support threads but couldn’t find a solution. Thanks!

    http://wordpress.org/extend/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
  • Thread Starter MRLR2

    (@mrlr2)

    This is what I changed the post code to:

    <form name="login-form" id="sidebar-login-form" class="standard-form" action="<?php echo site_url( 'wp-login.php?[KEY-OMITTED]&', 'login_post' ); ?>" method="post">

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Login – Requires repeated login’ is closed to new replies.