The issue with Site logout
-
My goal is get rid from using the Control Panel for simple users of my site.
I try to solve the problem with the bug WordPress message
” You are attempting to log out of (site name)
Do you really want to log out?”I have this message immediately after changing the user password.
There is solution of this issue here. But unfortunately I don’t understand where I should make the plugin changes.
Please help me with good advice! Tell me where the changes with the code `function my_update_cookie( $logged_in_cookie ){
$_COOKIE[LOGGED_IN_COOKIE] = $logged_in_cookie;
}
add_action( ‘set_logged_in_cookie’, ‘my_update_cookie’ );` shold be made?I’ll be greatly appreciated with such help.
-
-
-
Thanks. That is not a blog hosted by wordpress.COM.
We don’t provide support for WordPress.ORG software here. You are posting to the wrong support forum.
WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG account, then click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, https://wordpress.org/support/register.php so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
- The topic ‘The issue with Site logout’ is closed to new replies.