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
Right now the implemented password policy has following constraints:
minimum length
require at least one lower case
require at least one upper case
require number
The security checklist however requires something like this:
Password must be at least 8 characters long and meet at least two of the following conditions: Mix of letters and numbers , Mix of upper and lower case letters and Special characters (e.g., # & * ! $)
We have all the above, without the condition for one or more special characters. What we cannot do right now is the requirement to have mix of letters and numbers or mix of upper/lowercase letters.
Right now the implemented password policy has following constraints:
The security checklist however requires something like this:
@AdrianRossouw any comments?
The text was updated successfully, but these errors were encountered: