You are here

constant LOGIN_SECURITY_LOGIN_ACTIVITY_EMAIL_BODY in Login Security 6

Same name and namespace in other branches
  1. 7 login_security.module \LOGIN_SECURITY_LOGIN_ACTIVITY_EMAIL_BODY
3 uses of LOGIN_SECURITY_LOGIN_ACTIVITY_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
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 28
Login Security

Code

define('LOGIN_SECURITY_LOGIN_ACTIVITY_EMAIL_BODY', t("The configured threshold of %activity_threshold logins has been reached with a total of %tracking_current_count invalid login attempts. You should review your log information about login attempts at %site."));