You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen? What happened instead?
When changing password in account settings, auto-filling the new password with a suggested password doesn't trigger password strength validation, so the submit button doesn't get enabled.
Reproduction instructions
Pre-req: Browser setup where passwords are auto-suggested
Log in
Go to account icon dropdown -> "Account Settings"
Click "Change Password"
Enter current password
Focus on new password input and accept password suggestion. Observe "Save" button remains disabled
Screenshots / Video
No response
Environment
No response
Additional details
We probably need to check password strength on an additional blur event.
The text was updated successfully, but these errors were encountered:
Browsertrix Version
v1.12.0-6032e28
What did you expect to happen? What happened instead?
When changing password in account settings, auto-filling the new password with a suggested password doesn't trigger password strength validation, so the submit button doesn't get enabled.
Reproduction instructions
Pre-req: Browser setup where passwords are auto-suggested
Screenshots / Video
No response
Environment
No response
Additional details
We probably need to check password strength on an additional
blur
event.The text was updated successfully, but these errors were encountered: