Skip to content

Commit 5f1fa94

Browse files
authored
Update src/config/backpack/base.php
1 parent d502a7b commit 5f1fa94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/config/backpack/base.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,8 @@
236236
// password reset, before they can try again for the same email?
237237
'password_recovery_throttle_notifications' => 600, // time in seconds
238238

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.
239+
// How much time should the token sent to the user email be considered valid?
240+
// After this time expires, user needs to request a new reset token.
242241
'password_recovery_token_expiration' => 60, // time in minutes
243242

244243
// Backpack will prevent an IP from trying to reset the password too many times,

0 commit comments

Comments
 (0)