Changeset 53111 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 04/08/2022 05:38:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r53102 r53111 639 639 <div class="wp-pwd hide-if-js"> 640 640 <span class="password-input-wrapper"> 641 <input type="password" name="pass1" id="pass1" class="regular-text" value="" autocomplete=" off" data-pw="<?php echo esc_attr( wp_generate_password( 24 ) ); ?>" aria-describedby="pass-strength-result" />641 <input type="password" name="pass1" id="pass1" class="regular-text" value="" autocomplete="new-password" data-pw="<?php echo esc_attr( wp_generate_password( 24 ) ); ?>" aria-describedby="pass-strength-result" /> 642 642 </span> 643 643 <button type="button" class="button wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>"> … … 656 656 <th scope="row"><label for="pass2"><?php _e( 'Repeat New Password' ); ?></label></th> 657 657 <td> 658 <input name="pass2" type="password" id="pass2" class="regular-text" value="" autocomplete=" off" aria-describedby="pass2-desc" />658 <input name="pass2" type="password" id="pass2" class="regular-text" value="" autocomplete="new-password" aria-describedby="pass2-desc" /> 659 659 <?php if ( IS_PROFILE_PAGE ) : ?> 660 660 <p class="description" id="pass2-desc"><?php _e( 'Type your new password again.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.