Athenian truly understands how important it is to have a secure and user-friendly password system!
To keep your email and password logins strong and safe, we take advantage of Auth0's Password Strength feature to ensure an excellent level of security for passwords created during user sign-up, aligning with OWASP password recommendations.
One of the main concerns when using passwords for authentication is their strength. A solid password policy makes it really tough—if not impossible—for anyone to guess passwords through either manual or automated methods.
New passwords must meet the following criteria:
- At least 12 characters
-
At least 3 of the following:
- Lower case letters (a-z)
- Upper case letters (A-Z)
- Numbers (0-9)
-
Special characters (such as
!@#$%^&*
)
-
No more than 2 identical characters in a row (for example,
111
is not allowed)
If you have forgotten your password, please take a look at the Password Reset article to learn how to change your password successfully!