force_password_change.settings.yml in Force Password Change 8
Same filename and directory in other branches
config/install/force_password_change.settings.yml
File
config/install/force_password_change.settings.ymlView source
- # Indicates whether password checking should be done. Allows for overriding in settings.php
- # to disable module.
- enabled: true
-
- # Indicates whether user passwords should expire after a given period of time
- expire_password: false
-
- # Indicates whether users should be forced to change their password on their first login
- first_time_login_password_change: false
-
- # A UNIX timestamp indicating the date on which the module was installed
- installation_date: 0
-
- # If check_login_only is set to true, checking will be done only when a user logs in
- # If check_login_only is set to false, checking will be done on every page load
- check_login_only: false