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
IsPasswordStrong() checks for password complexity requirements. As shown below, it does bare minimal checking for existence of uppercase, lowercase, numeral, and symbol. A password with repeating characters would be an acceptable password, such as 1!Aaaaaa.
IsPasswordInHistory() checks if the password hash of the password being entered matches the hash of the previous 5 passwords.
This issue was created automatically with bugzilla2github
Bugzilla Bug 4709
Date: 2024-02-23T13:21:43+00:00
From: @jkmathews
To: @nate-desimone
CC: @lgao4
Last updated: 2024-03-05T21:51:46+00:00
The text was updated successfully, but these errors were encountered: