Password
Prefix: mailrex.auth.password
To make the password for a user account more secure, we have forbidden the user to use passwords that are not more secure. The rules can be influenced below.
min-length
Define the min length of a password (required min 8 chars) (default: 8)
max-length
Define the max length of a password, you can set the numer hight.
When protecting user accounts, the cost of a few bytes more storage space should not be spared.
(default: 255)
uppercase
Define the min characters of uppercase letters
(default: 1)
lowercase
Define the min characters of lowercase letters
(default: 1)
special
Define the min charachters of symbols (special characters)
(default: 1)
digit
Define the min charachters of digits
(default: 1)
reject-alphabetical-sequence-of
Password rejection if an alphabetical sequence greater than or equal to the set number is detected (e.g. abcdef).
(default: 5)
reject-numerical-sequence-of
Password rejection if an numerical sequence greater than or equal to the set number is detected (e.g. 12345).
(default: 5)