Make WordPress Core


Ignore:
Timestamp:
05/03/2009 05:06:29 PM (16 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

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

    r11110 r11162  
    354354if ( $show_password_fields ) :
    355355?>
    356 <tr>
     356<tr id="password">
    357357    <th><label for="pass1"><?php _e('New Password'); ?></label></th>
    358358    <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 />
Note: See TracChangeset for help on using the changeset viewer.