You are here

login_security.schema.yml in Login Security 8

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

File

config/schema/login_security.schema.yml
View source
  1. login_security.settings:
  2. type: config_object
  3. label: 'Login security settings'
  4. mapping:
  5. track_time:
  6. type: integer
  7. label: 'Track time'
  8. user_wrong_count:
  9. type: integer
  10. label: 'Maximum number of login failures before blocking a user'
  11. host_wrong_count:
  12. type: integer
  13. label: 'Maximum number of login failures before soft blocking a host'
  14. host_wrong_count_hard:
  15. type: integer
  16. label: 'Maximum number of login failures before blocking a host'
  17. activity_threshold:
  18. type: integer
  19. label: 'Maximum number of login failures before detecting an ongoing attack'
  20. disable_core_login_error:
  21. type: integer
  22. label: 'Disable login failure error message'
  23. notice_attempts_available:
  24. type: integer
  25. label: 'Notify the user about the number of remaining login attempts'
  26. last_login_timestamp:
  27. type: integer
  28. label: 'Display last login timestamp'
  29. last_access_timestamp:
  30. type: integer
  31. label: 'Display last access timestamp'
  32. notice_attempts_message:
  33. type: string
  34. label: 'Message to be shown on each failed login attempt'
  35. host_soft_banned:
  36. type: string
  37. label: 'Message for banned host (Soft IP ban)'
  38. host_hard_banned:
  39. type: string
  40. label: 'Message for banned host (Hard IP ban)'
  41. user_blocked:
  42. type: string
  43. label: 'Message when user is blocked by uid'
  44. user_blocked_email_subject:
  45. type: string
  46. label: 'Email subject'
  47. user_blocked_email_subject:
  48. type: string
  49. label: 'Email subject'
  50. user_blocked_email_body:
  51. type: string
  52. label: 'Email body'
  53. user_blocked_email_subject:
  54. type: string
  55. label: 'Email subject '
  56. login_activity_email_subject:
  57. type: string
  58. label: 'Email subject'
  59. login_activity_email_body:
  60. type: string
  61. label: 'Email body'
  62. user_blocked_notification_emails:
  63. type: string
  64. label: 'Emails to be notified when users are blocked'
  65. login_activity_notification_emails:
  66. type: string
  67. label: 'Emails to be notified during excess activity'