Changeset 52193
- Timestamp:
- 11/17/2021 12:12:35 AM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/user-profile.js
r51526 r52193 44 44 // Once zxcvbn loads, passwords strength is known. 45 45 $( '#pw-weak-text-label' ).text( __( 'Confirm use of weak password' ) ); 46 47 // Focus the password field. 48 $( $pass1 ).trigger( 'focus' ); 46 49 } 47 50 -
trunk/src/wp-login.php
r52091 r52193 993 993 <?php 994 994 995 login_footer( ' user_pass' );995 login_footer( 'pass1' ); 996 996 break; 997 997
Note: See TracChangeset
for help on using the changeset viewer.