Opened 11 years ago
Closed 11 years ago
#25206 closed defect (bug) (fixed)
default_password_nag logic behavior
Reported by: | wikicms | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | minor | Version: | 3.6 |
Component: | Users | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Step to reproduce:
- Register on blog
If we login at that moment we'll see notification about needed to change default password. It's okay.
- Reset Password and click confirm link, write new password.
- Login now
Default Notification about change password we'll see again. Oops. Why? If we have own password, changed manually.
Investigation in code:
Adds default_password_nag when new user registered http://core.trac.wordpress.org/browser/tags/3.6/wp-login.php#L361
And not deleted or changed when password is resetting http://core.trac.wordpress.org/browser/tags/3.6/wp-login.php#L306
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 25203: