You are here

force_password_change.schema.yml in Force Password Change 8

Same filename and directory in other branches
  1. 2.0.x config/schema/force_password_change.schema.yml
config/schema/force_password_change.schema.yml

File

config/schema/force_password_change.schema.yml
View source
  1. force_password_change.settings:
  2. type: config_object
  3. mapping:
  4. enabled:
  5. type: boolean
  6. label: 'Module Enabled'
  7. expire_password:
  8. type: boolean
  9. label: 'Expire Password'
  10. first_time_login_password_change:
  11. type: boolean
  12. label: 'Force password change on first time login'
  13. installation_date:
  14. type: integer
  15. label: 'Module installation date'
  16. check_login_only:
  17. type: boolean
  18. label: 'Check for force on login only'