#5219 closed defect (bug) (fixed)
Login from Sidebar Widget only works on second try if cookies were cleared.
Reported by: | andreas.triller | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | normal | Version: | 1.8.1 |
Component: | Templates | Keywords: | |
Cc: |
Description
Maybe I am missing something, but the sidebar widget login included in bp-default theme does not set the test cookie which is accessed by wp-login.php. A fresh browser with no cookies gets an error saying "your browser does not accept cookies" and is redirected to wp-login.php which successfully sets the test cookie. A subsequent login (also through the sidebar widget) works.
I found a solution (5 years old) in this thread (post by jeffbaier):
http://wordpress.org/support/topic/wordpress-requires-cookies-username-field-empty-password-field-empty-on
Would be nice to include this in header.php in the next release.
This is caused by a recent change in WordPress. See #WP24961.
I haven't seen a reported issue on WordPress yet. So I'm going to do a bit more testing before I mark this as invalid.