system password-policy
Use this command to configure password policy for local administrator, FortiMail webmail user, and IBE encrypted email recipient accounts.
Remote authentication accounts do not use these settings. Instead see the documentation for your authentication server.
Syntax
config system password-policy
set apply-to {admin-user ibe-user local-mail-user}
set allow-admin-empty-password {enable | disable}
set minimum-length <minimum_int>
set must-contain {lower-case-letter | non-alphanumeric | number | upper-case-letter}
end
|
Variable |
Description |
Default |
|
Enable to allow administrator passwords to be empty. |
disable |
|
|
Select where to apply the password policy:
|
|
|
|
Enter the minimum acceptable character length for passwords. |
8 |
|
|
must-contain {lower-case-letter | non-alphanumeric | number | upper-case-letter} |
Select which special character types to require in a password. Each selected type must occur at least once in the password.
|
|
|
Enable or disable the password policy. If any password does not conform, and the password policy is enabled, then accounts selected in apply-to {admin-user ibe-user local-mail-user} will be required to change the password at the next login. |
|