We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d502a7b commit 5f1fa94Copy full SHA for 5f1fa94
src/config/backpack/base.php
@@ -236,9 +236,8 @@
236
// password reset, before they can try again for the same email?
237
'password_recovery_throttle_notifications' => 600, // time in seconds
238
239
- // How much time should the token sent to user email be considered valid?
240
- // After this time expires, user need to request a new reset token
241
- // for the given email account.
+ // How much time should the token sent to the user email be considered valid?
+ // After this time expires, user needs to request a new reset token.
242
'password_recovery_token_expiration' => 60, // time in minutes
243
244
// Backpack will prevent an IP from trying to reset the password too many times,
0 commit comments