You are here

constant LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE in Login Security 7

Same name and namespace in other branches
  1. 5 login_security.module \LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE
  2. 6 login_security.module \LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE
2 uses of LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE
login_security_admin_settings in ./login_security.admin.inc
Build a form body for the configuration settings.
login_security_validate in ./login_security.module
Implements hook_validate().

File

./login_security.module, line 18
Login Security

Code

define('LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE', t("You have used @user_current_count out of @user_block_attempts login attempts. After all @user_block_attempts have been used, you will be unable to login."));