Ticket #34950: 34950.patch
File 34950.patch, 545 bytes (added by , 9 years ago) |
---|
-
wp-admin/js/user-profile.js
251 251 $generateButton.show(); 252 252 $passwordWrapper.hide(); 253 253 254 if ( $weakCheckbox.prop( 'checked' ) ) { 255 $weakCheckbox.removeProp( 'checked' ); 256 } 257 $weakRow.hide(); 258 254 259 // Disable the inputs when hiding to prevent autofill and submission. 255 260 $pass1.prop( 'disabled', true ); 256 261 $pass2.prop( 'disabled', true );