constant LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY in Login Security 5
Same name and namespace in other branches
- 6 login_security.module \LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY
- 7 login_security.module \LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY
2 uses of LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY
- login_security_build_admin_form in ./
login_security.module - 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 23 - Login Security
Code
define('LOGIN_SECURITY_USER_BLOCKED_EMAIL_BODY', "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.");