Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/security/lang/en/lib/mfa/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/security/lang/en/lib/mfa/otp.php |
<? $MESS["SECURITY_OTP_ERROR_PASS1_EMPTY"] = "The first password value is empty."; $MESS["SECURITY_OTP_ERROR_PASS1_INVALID"] = "The first password value must have at least 6 characters containing only numbers."; $MESS["SECURITY_OTP_ERROR_PASS2_EMPTY"] = "The second password value is empty."; $MESS["SECURITY_OTP_ERROR_PASS2_INVALID"] = "The second password value must have at least 6 characters containing only numbers."; $MESS["SECURITY_OTP_ERROR_SYNC_ERROR"] = "Cannot synchronize this secret key with the provided password values."; $MESS["SECURITY_HOTP_TITLE"] = "Counter based (HOTP)"; $MESS["SECURITY_TOTP_TITLE"] = "Time based (TOTP)";