force_password_change.schema.yml in Force Password Change 8
Same filename and directory in other branches
config/schema/force_password_change.schema.yml
File
config/schema/force_password_change.schema.ymlView source
- force_password_change.settings:
- type: config_object
- mapping:
- enabled:
- type: boolean
- label: 'Module Enabled'
- expire_password:
- type: boolean
- label: 'Expire Password'
- first_time_login_password_change:
- type: boolean
- label: 'Force password change on first time login'
- installation_date:
- type: integer
- label: 'Module installation date'
- check_login_only:
- type: boolean
- label: 'Check for force on login only'