Fortinet Technologies Inc. Page 98 FortiVoice 200D/200D-T v2.0 MR1 CLI Reference
system password-policy
Use this command to configure password policy for administrators and user web portal users.
Syntax
config system password-policy
set status {enable | disable}
set apply-to {admin-user | local-mail-user}
set minimum-length <minimum_int>
set must-contain {upper-case-letter | lower-case-
letter | number | non-alphanumeric}
end
Variable Description Default
status {enable | disable} Enable to activate the password policy. disable
apply-to {admin-
user | local-mail-user}
Enter where to apply the password policy:
• admin_user — Apply to administrator passwords. If
any password does not conform to the policy, require
that administrator to change the password at the next
login.
• local-mail-user — Apply to FortiVoice web user
portal users’ passwords. If any password does not
conform to the policy, require that user to change the
password at the next login.
minimum-length
<minimum_int>
Enter the minimum acceptable length for passwords.
8
must-contain {upper-
case-letter | lower-case-
letter | number | non-
alphanumeric}
Enter any of the following special character types to
require in a password. Each selected type must occur at
least once in the password.
• upper-case-letter — A, B, C, ... Z
• lower-case-letter — a, b, c, ... z
• number — 0, 1, 2, 3, 4, 5, 6, 7 8, 9
• non-alphanumeric — punctuation marks, @,#, ...
%