| Current Path : /var/www/homesaver/www/bitrix/modules/main/lang/en/lib/authentication/policy/ |
| Current File : /var/www/homesaver/www/bitrix/modules/main/lang/en/lib/authentication/policy/rulescollection.php |
<?php $MESS["GP_BLOCK_LOGIN_ATTEMPTS"] = "Maximum wrong password entry attempts"; $MESS["GP_BLOCK_TIME"] = "Block user for (minutes)"; $MESS["GP_CHECKWORD_TIMEOUT"] = "Checkword lifetime for password recovery (min)"; $MESS["GP_LOGIN_ATTEMPTS"] = "Password entry attempts without using CAPTCHA"; $MESS["GP_MAX_STORE_NUM"] = "Maximum number of computers to store authorization simultaneously"; $MESS["GP_PASSWORD_CHANGE_DAYS"] = "Require the user to change their password after (days)"; $MESS["GP_PASSWORD_CHECK_POLICY"] = "Require password change if it violates current policy"; $MESS["GP_PASSWORD_CHECK_WEAK"] = "Check password against the weak passwords database"; $MESS["GP_PASSWORD_DIGITS"] = "Password must contain digits (0-9)"; $MESS["GP_PASSWORD_LENGTH"] = "Min. Password Length"; $MESS["GP_PASSWORD_LOWERCASE"] = "Password must contain Latin lowercase letters (a-z)"; $MESS["GP_PASSWORD_PUNCTUATION"] = "Password must contain punctuation marks (#SPECIAL_CHARS#)"; $MESS["GP_PASSWORD_UNIQUE_COUNT"] = "Number of recent passwords to check for uniqueness"; $MESS["GP_PASSWORD_UPPERCASE"] = "Password must contain Latin uppercase letters (A-Z)"; $MESS["GP_SESSION_IP_MASK"] = "Network mask to bind session"; $MESS["GP_SESSION_TIMEOUT"] = "Session maximum life time (minutes)"; $MESS["GP_STORE_IP_MASK"] = "Network mask to bind stored authorization"; $MESS["GP_STORE_TIMEOUT"] = "Time to store authorization on user's computer";