diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 8d123d2..b647386 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -246,6 +246,14 @@ */ $drupal_hash_salt = ''; + /** + * One-time login expiration (optional) + * + * Any one-time login links will expire this many seconds after creation. + * Defaults to 24 hours = 86400 seconds. + */ +# $conf['user.settings']['password_reset_timeout'] = 86400; + /** * Location of the site configuration files. *