Opened 15 years ago
Closed 15 years ago
#12143 closed enhancement (fixed)
Default Password Nag doesnt apply to newly registered users
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
The default password nag currently only applies to auto-generated accounts, and password resets.
It does not apply to newly registered users through wp-login.php.
Attached patch adds support for it.
My only question is, Should it be applied to new users? My opinion is yes, but some sites may think otherwise, in those cases, the addition of this to a plugin or theme would remove the nag all together:
remove_action('admin_notices', 'default_password_nag');
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This makes sense.