[wp-trac] [WordPress Trac] #12143: Default Password Nag doesnt apply to newly registered users
WordPress Trac
wp-trac at lists.automattic.com
Sat Feb 6 06:24:03 UTC 2010
#12143: Default Password Nag doesnt apply to newly registered users
-------------------------+--------------------------------------------------
Reporter: dd32 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Users | Version: 3.0
Severity: normal | Keywords: has-patch 2nd-opinion
-------------------------+--------------------------------------------------
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');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12143>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list