You are here

ga_login.schema.yml in Google Authenticator login 8

config/schema/ga_login.schema.yml

File

config/schema/ga_login.schema.yml
View source
  1. tfa.validation.plugin.config.ga_login_totp:
  2. type: mapping
  3. label: 'GA Login TOTP Settings'
  4. mapping:
  5. time_skew:
  6. type: integer
  7. label: 'Number of 30 second chunks to allow TOTP keys between.'
  8. site_name_prefix:
  9. type: integer
  10. label: 'If checked, the site name will be used instead of a static string. This can be useful for multi-site installations.'
  11. name_prefix:
  12. type: string
  13. label: 'Prefix for TOTP QR code names. Suffix is account username.'
  14. issuer:
  15. type: string
  16. label: 'The provider or service this account is associated with.'
  17. tfa.validation.plugin.config.ga_login_hotp:
  18. type: mapping
  19. label: 'GA Login HOTP Settings'
  20. mapping:
  21. counter_window:
  22. type: integer
  23. label: 'How far ahead from current counter should we check the code.'
  24. site_name_prefix:
  25. type: integer
  26. label: 'If checked, the site name will be used instead of a static string. This can be useful for multi-site installations.'
  27. name_prefix:
  28. type: string
  29. label: 'Prefix for HOTP QR code names. Suffix is account username.'
  30. issuer:
  31. type: string
  32. label: 'The provider or service this account is associated with.'