Changeset 55094 for trunk/src/wp-login.php
- Timestamp:
- 01/19/2023 08:51:41 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-login.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r54866 r55094 959 959 960 960 <div class="wp-pwd"> 961 <input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="pass1" id="pass1" class="input password-input" size="24" value="" autocomplete="new-password" aria-describedby="pass-strength-result" />961 <input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="pass1" id="pass1" class="input password-input" size="24" value="" autocomplete="new-password" spellcheck="false" aria-describedby="pass-strength-result" /> 962 962 963 963 <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>"> … … 974 974 <p class="user-pass2-wrap"> 975 975 <label for="pass2"><?php _e( 'Confirm new password' ); ?></label> 976 <input type="password" name="pass2" id="pass2" class="input" size="20" value="" autocomplete="new-password" />976 <input type="password" name="pass2" id="pass2" class="input" size="20" value="" autocomplete="new-password" spellcheck="false" /> 977 977 </p> 978 978 … … 1424 1424 <label for="user_pass"><?php _e( 'Password' ); ?></label> 1425 1425 <div class="wp-pwd"> 1426 <input type="password" name="pwd" id="user_pass"<?php echo $aria_describedby; ?> class="input password-input" value="" size="20" autocomplete="current-password" />1426 <input type="password" name="pwd" id="user_pass"<?php echo $aria_describedby; ?> class="input password-input" value="" size="20" autocomplete="current-password" spellcheck="false" /> 1427 1427 <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Show password' ); ?>"> 1428 1428 <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
Note: See TracChangeset
for help on using the changeset viewer.