You are here

constant LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE in Login Security 5

Same name and namespace in other branches
  1. 6 login_security.module \LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE
  2. 7 login_security.module \LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE
2 uses of LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE
login_security_build_admin_form in ./login_security.module
Build a form body for the configuration settings.
login_security_validate in ./login_security.module
Implementation of form validate. This functions does more than just validating, but it's main Intention is to break the login form flow.

File

./login_security.module, line 17
Login Security

Code

define('LOGIN_SECURITY_NOTICE_ATTEMPTS_MESSAGE', "You have used %ip_current_count out of %soft_block_attempts login attempts. After all %soft_block_attempts have been used, you will be unable to login for %tracking_time hour(s).");