...
- Prevent users from changing between a set of common passwords
- Ensure that users change their passwords periodically
- Prevent users from quickly reverting to an old password
- Require a minimum password length
- Require complex passwords that do not contain the users name and include at least three of the following five categories: uppercase letters, lowercase letters, digits, non-alphanumeric characters and other unicode characters.
- Deter multiple attempts to break into a user account
- Allow users to reset their passwords and provide the URI for password reset.
Configure
...
Configure ReCaptcha
To allow password recovery, you must enable ReCaptcha for Abiquo. You will need to request keys from this link: https://www.google.com/recaptcha/admin#createsite
...