You are here

user_registrationpassword.schema.yml in User registration password 8

config/schema/user_registrationpassword.schema.yml

File

config/schema/user_registrationpassword.schema.yml
View source
  1. # Schema for the configuration files of the User registration password module.
  2. user_registrationpassword.settings:
  3. type: config_object
  4. label: 'User registration password settings'
  5. mapping:
  6. registration:
  7. type: string
  8. label: 'User registration password type'
  9. registration_ftll_expire:
  10. type: boolean
  11. label: 'Expire activation link'
  12. registration_ftll_timeout:
  13. type: integer
  14. label: 'Expire activation timeout'
  15. notify:
  16. type: mapping
  17. label: 'Notify user'
  18. mapping:
  19. register_confirmation_with_pass:
  20. type: boolean
  21. label: 'User registration email with password set'
  22. user_registrationpassword.mail:
  23. type: config_object
  24. label: 'User Registration email with password set settings'
  25. mapping:
  26. register_confirmation_with_pass:
  27. type: mail
  28. label: 'User registration email with password set'
  29. user_registrationpassword.mail_original:
  30. type: config_object
  31. label: 'Used to store original core data used during uninstall'
  32. mapping:
  33. status_activated:
  34. type: mail
  35. label: 'Used to store original core values used during uninstall'