You are here

force_password_change.settings.yml in Force Password Change 8

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

File

config/install/force_password_change.settings.yml
View source
  1. # Indicates whether password checking should be done. Allows for overriding in settings.php
  2. # to disable module.
  3. enabled: true
  4. # Indicates whether user passwords should expire after a given period of time
  5. expire_password: false
  6. # Indicates whether users should be forced to change their password on their first login
  7. first_time_login_password_change: false
  8. # A UNIX timestamp indicating the date on which the module was installed
  9. installation_date: 0
  10. # If check_login_only is set to true, checking will be done only when a user logs in
  11. # If check_login_only is set to false, checking will be done on every page load
  12. check_login_only: false