You are here

login_security.settings.yml in Login Security 8

Same filename and directory in other branches
  1. 2.x config/install/login_security.settings.yml
config/install/login_security.settings.yml

File

config/install/login_security.settings.yml
View source
  1. track_time: 1
  2. user_wrong_count: 0
  3. host_wrong_count: 0
  4. host_wrong_count_hard: 0
  5. activity_threshold: 0
  6. disable_core_login_error: 0
  7. notice_attempts_available: 0
  8. last_login_timestamp: 0
  9. last_access_timestamp: 0
  10. user_blocked_notification_emails: ''
  11. login_activity_notification_emails: ''
  12. notice_attempts_message: 'You have used @user_current_count out of @user_block_attempts login attempts. After all @user_block_attempts have been used, you will be unable to login.'
  13. host_soft_banned: 'This host is not allowed to log in to @site. Please contact your site administrator.'
  14. host_hard_banned: 'The IP address @ip is banned at @site, and will not be able to access any of its content from now on. Please contact the site administrator.'
  15. user_blocked: 'The user @username has been blocked due to failed login attempts.'
  16. user_blocked_email_subject: 'Security action: The user @username has been blocked.'
  17. 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.'
  18. login_activity_email_subject: 'Security information: Unexpected login activity has been detected at @site.'
  19. login_activity_email_body: '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.'