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
sPasswordStrong 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.
Code snippet below
This issue was created automatically with bugzilla2github
Bugzilla Bug 4650
Date: 2024-01-17T02:02:19+00:00
From: tabassum.yasmin
To: tabassum.yasmin
CC: @lgao4
Last updated: 2024-01-30T21:45:20+00:00
The text was updated successfully, but these errors were encountered: