[wp-trac] [WordPress Trac] #63405: Logout when logged in from another browser in 6.8.1
WordPress Trac
noreply at wordpress.org
Wed May 7 12:26:53 UTC 2025
#63405: Logout when logged in from another browser in 6.8.1
------------------------------------+------------------------------
Reporter: repli2dev | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: trunk
Severity: normal | Resolution: invalid
Keywords: | Focuses:
------------------------------------+------------------------------
Changes (by repli2dev):
* status: new => closed
* resolution: => invalid
Comment:
It was related somehow.
While the reproduction works, it seems that it only works once as the
password hash is rehashed to bcrypt on first login which also force log
out other user sessions.
It shouln't happen in a loop, but together with plugin for bcrypt it
creates a loop when WP rehash it and save it while the plugin does the
same but without the prefix... so each login rehash the password and force
log out all user sessions.
After disabling the plugin the issue is fixed, so closing.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63405#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list