You are here

constant LOGIN_SECURITY_USER_BLOCKED in Login Security 6

Same name and namespace in other branches
  1. 5 login_security.module \LOGIN_SECURITY_USER_BLOCKED
  2. 7 login_security.module \LOGIN_SECURITY_USER_BLOCKED
2 uses of LOGIN_SECURITY_USER_BLOCKED
login_security_admin_settings in ./login_security.admin.inc
Build a form body for the configuration settings.
login_user_block_user_name in ./login_security.module
Block a user by user name. If no user id then block current user.

File

./login_security.module, line 22
Login Security

Code

define('LOGIN_SECURITY_USER_BLOCKED', t("The user <em>%username</em> has been blocked due to failed login attempts."));