authelia/docs/content/en/overview/authentication/password-policy/index.md

1.2 KiB

title description lead date draft images menu weight toc aliases
Password Policy Authelia implements a password policy feature. Authelia implements a password policy feature. 2022-04-12T14:40:22+10:00 false
overview
parent
authentication
260 true
/docs/features/password-policy.html

Password policy enforces security by requiring the users to use strong passwords.

Currently, two methods are supported:

classic

This mode of operation allows administrators to set the rules that user passwords must comply with when changing their password.

The available options are:

  • Minimum password length
  • Require Uppercase
  • Require Lowercase
  • Require Numbers
  • Require Special characters

{{< figure src="password-policy-classic-1.png" caption="Classic Password Policy" alt="Classic Password Policy" width=400 >}}

zxcvbn

This mode uses zxcvbn for password strength checking. In this mode of operation, the user is not forced to follow any rules. The user is notified if their passwords is weak or strong.

{{< figure src="password-policy-zxcvbn-1.png" caption="zxcvbn Password Policy" alt="zxcvbn Password Policy" width=400 >}}