Make the "using default password" nag more accurate.
"Easy to remember" isn't necessarily what we want to encourage. fixes #33168 props arjunskumar git-svn-id: https://develop.svn.wordpress.org/trunk@33485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b5c42d6b33
commit
e43b4db995
@ -442,7 +442,7 @@ function default_password_nag() {
|
||||
echo '<div class="error default-password-nag">';
|
||||
echo '<p>';
|
||||
echo '<strong>' . __('Notice:') . '</strong> ';
|
||||
_e('You’re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
|
||||
_e('You’re using the auto-generated password for your account. Would you like to change it?');
|
||||
echo '</p><p>';
|
||||
printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', get_edit_profile_url() . '#password' );
|
||||
printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );
|
||||
|
Loading…
Reference in New Issue
Block a user