You are here

constant LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY in Login Security 7

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

File

./login_security.module, line 24
Login Security

Code

define('LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY', t("The user @username (@edit_uri) has been blocked at @site due to the amount of failed login attempts. Please check the logs for more information."));