Make WordPress Core


Ignore:
Timestamp:
07/29/2015 02:05:59 PM (9 years ago)
Author:
markjaquith
Message:

Make the "using default password" nag more accurate.

"Easy to remember" isn't necessarily what we want to encourage.

fixes #33168
props arjunskumar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/user.php

    r33023 r33485  
    443443    echo '<p>';
    444444    echo '<strong>' . __('Notice:') . '</strong> ';
    445     _e('You&rsquo;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
     445    _e('You&rsquo;re using the auto-generated password for your account. Would you like to change it?');
    446446    echo '</p><p>';
    447447    printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', get_edit_profile_url() . '#password' );
Note: See TracChangeset for help on using the changeset viewer.