Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 ReCaptcha

To allow For password recovery, you must can enable ReCaptcha reCAPTCHA V2 for Abiquo. You will need to request keys from this link: https://www.google.com/recaptcha/admin#createsite

...

Code Block
abiquo.captcha.private.key=

Without a valid public keykeys, ReCaptcha the platform will not be shown and verifieddisplay and verify reCAPTCHA.

If only one key is present and the other key is missing, the user will receive an error message.

Configure Reset Password Email and URI

...