You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
# cat=basic/enable/60; type=string; label= Period to remind the user (after login) for setting a new password. Please use english (e.g. "14 days")
validUntil = 14 days
# cat=basic/enable/60; type=int [5-20]; label= Length of the password: Here you can set the minimal length of the BE user password. If nothing is set, default is 8.
passwordLength = 8
# cat=basic/enable/60; type=boolean; label= Lowercase characters: The password must contain at least one lowercase character (a-z).
lowercaseChar = 1
# cat=basic/enable/60; type=boolean; label= Capital characters: The password must contain at least one capital character (A-Z).
capitalChar = 1
# cat=basic/enable/60; type=boolean; label= Digits: The password must contain at least one digit (0-9).
digit = 1
# cat=basic/enable/60; type=boolean; label= Special characters: The password must contain at least one special character (!$%&/=?,.).
specialChar = 1
# cat=basic/enable/60; type=int [2-4]; label= Fitting patterns: How many patterns from above must fit to make the password secure