Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#12143 closed enhancement (fixed)

Default Password Nag doesnt apply to newly registered users

Reported by: dd32's profile dd32 Owned by: dd32's profile dd32
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)

12143.diff (379 bytes) - added by dd32 15 years ago.

Download all attachments as: .zip

Change History (3)

@dd32
15 years ago

#1 @nacin
15 years ago

  • Keywords 2nd-opinion removed
  • Owner set to dd32
  • Status changed from new to assigned

This makes sense.

#2 @dd32
15 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [13490]) Set up the password nag for newly registered users. Fixes #12143

Note: See TracTickets for help on using tickets.