Opened 9 years ago
Closed 9 years ago
#32949 closed defect (bug) (fixed)
Filling out the second password box, automatically fills out the first one
Reported by: | kosvrouvas | Owned by: | obenland |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
Typing a password on the second box automatically fills out the first one during WordPress installation, this is tested on trunk
Quoting @ocean90
That's because of the Better Passwords project, there is a line in wp-admin/js/user-profile.js which does /** * Fix a LastPass mismatch issue, LastPass only changes pass2. * * This fixes the issue by copying any changes from the hidden * pass2 field to the pass1 field. */ pw_field2.on( 'input propertychange', function() { pw_field.val( pw_field2.val() ); pw_field.trigger( 'propertychange' ); } ); Because /wp-admin has only one password field now.
Attachments (1)
Change History (7)
#1
@
9 years ago
This has a patch over on #32589 to add the new password UI to the install screen.
https://core.trac.wordpress.org/attachment/ticket/32589/32589-install.php
This ticket was mentioned in Slack in #core-passwords by mikehansenme. View the logs.
9 years ago
#3
@
9 years ago
- Milestone changed from Awaiting Review to 4.3
Milestoning to ensure this is addressed.
This ticket was mentioned in Slack in #core-passwords by mikehansenme. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
password boxes