You are here

email_confirmer_user.schema.yml in Email confirmer 8

email_confirmer_user/config/schema/email_confirmer_user.schema.yml

File

email_confirmer_user/config/schema/email_confirmer_user.schema.yml
View source
  1. # Schema for the configuration files of the email confirmer user submodule.
  2. email_confirmer_user.settings:
  3. type: config_object
  4. label: 'Email confirm user settings'
  5. mapping:
  6. user_email_change:
  7. type: mapping
  8. label: 'On user email change'
  9. mapping:
  10. enabled:
  11. type: boolean
  12. label: 'Require confirmation'
  13. notify_current:
  14. type: boolean
  15. label: 'Send notification to the current email address'
  16. consider_existent:
  17. type: boolean
  18. label: 'Consider existent confirmations'
  19. limit_user_realm:
  20. type: boolean
  21. label: 'Consider only user related confirmations'
  22. user_login:
  23. type: mapping
  24. label: 'On user log in'
  25. mapping:
  26. sync_core_confirmation:
  27. type: boolean
  28. label: 'Record email confirmation on first user log in'
  29. sync_core_onetimeloginlinks:
  30. type: boolean
  31. label: 'Record email confirmation when user logs in through a one-time log in link'