Changeset 55094 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 01/19/2023 08:51:41 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-new.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r54857 r55094 572 572 <?php $initial_password = wp_generate_password( 24 ); ?> 573 573 <span class="password-input-wrapper"> 574 <input type="password" name="pass1" id="pass1" class="regular-text" autocomplete="new-password" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result" />574 <input type="password" name="pass1" id="pass1" class="regular-text" autocomplete="new-password" spellcheck="false" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result" /> 575 575 </span> 576 576 <button type="button" class="button wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>"> … … 585 585 <th scope="row"><label for="pass2"><?php _e( 'Repeat Password' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th> 586 586 <td> 587 <input name="pass2" type="password" id="pass2" autocomplete="new-password" aria-describedby="pass2-desc" />587 <input name="pass2" type="password" id="pass2" autocomplete="new-password" spellcheck="false" aria-describedby="pass2-desc" /> 588 588 <p class="description" id="pass2-desc"><?php _e( 'Type the password again.' ); ?></p> 589 589 </td>
Note: See TracChangeset
for help on using the changeset viewer.