Updated reset_password_within expiration to 24 hours

• Updated:
- reset_password_within expiration to 24 hours
This commit is contained in:
mgabdev 2020-06-18 15:13:41 -04:00
parent bcb743b2ee
commit 429bb277e9
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ Devise.setup do |config|
# Time interval you can reset your password with a reset password key.
# Don't put a too small interval or your users won't have the time to
# change their passwords.
config.reset_password_within = 6.hours
config.reset_password_within = 24.hours
# When set to false, does not sign a user in automatically after their password is
# reset. Defaults to true, so a user is signed in automatically after a reset.