Module Description
This module provides a Drupal UI method for setting the user password reset link timeout variable (user_password_reset_timeout in D7 and password_reset_timeout in D8). Use cases for changing the value include decreasing the value for security requirements and increasing the value to allow users more time to reset their password.
While you can set this variable in settings.php and with drush vest (see details here), some may find it handy to have a Drupal UI way to make this configuration change.
Usage:
* Configure this setting at /admin/config/people/accounts under the "Password reset" heading
* The maximum value for the the value is 31536000 (1 year). The Drupal default is 86400 (24 hours). Be aware of security implications for your site if you decide to extend the length of the timeout.
* Changing the value will affect any unused password reset links
Note: Requires at least Drupal 7.15 since the user_password_reset_timeout variable was introduced in Drupal 7.15.
While you can set this variable in settings.php and with drush vest (see details here), some may find it handy to have a Drupal UI way to make this configuration change.
Usage:
* Configure this setting at /admin/config/people/accounts under the "Password reset" heading
* The maximum value for the the value is 31536000 (1 year). The Drupal default is 86400 (24 hours). Be aware of security implications for your site if you decide to extend the length of the timeout.
* Changing the value will affect any unused password reset links
Note: Requires at least Drupal 7.15 since the user_password_reset_timeout variable was introduced in Drupal 7.15.
Module Link
Project Usage
8512
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module solves the issue of setting the user password reset link timeout variable in Drupal using a UI method, allowing for customization based on security requirements and user needs.
Data Name
user_pwreset_timeout