Blank Page on Logout
-
Good Day!
We have been able to login/logout successfully of our website using your plugin with 2FA activated and Limit Login Attempts set to “5”.
Here’s the interesting part: At random, we keep getting a blank page after logging out of our website. We are using Google Chrome (Incognito Mode).
Upon further examination, we decided to scan the blank page with our mouse and discovered this message.
The only way to fix the above condition is by adding your code snippet below to our functions.php file, but the issue comes back from time to time.
add_action( 'init', 'remove_unsuccessfull_attempts_block' ); function remove_unsuccessfull_attempts_block() { update_option( 'sg_security_unsuccessful_login', array() ); }
The other interesting thing is that when we visit our Admin’s User Profile, we noticed the “Log Out Everywhere Else” button is always active (or activated) and have to click it before logging out.
Any idea what’s happening? We have checked our Activity Log and no one else has attempted to log into our website using our admin username, etc.
“Something ain’t right” ??
Cheers!
- The topic ‘Blank Page on Logout’ is closed to new replies.