Add a nag message if the user is still using an auto-generated password. See #9710 props DD32.

git-svn-id: http://svn.automattic.com/wordpress/trunk@11162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2009-05-03 17:06:29 +00:00
parent cd770d55a6
commit 614244af2b
5 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ else
$show_password_fields = apply_filters('show_password_fields', true);
if ( $show_password_fields ) :
?>
<tr>
<tr id="password">
<th><label for="pass1"><?php _e('New Password'); ?></label></th>
<td><input type="password" name="pass1" id="pass1" size="16" value="" autocomplete="off" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br />
<input type="password" name="pass2" id="pass2" size="16" value="" autocomplete="off" /> <?php _e("Type your new password again."); ?><br />