We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ca170 commit fbd93f6Copy full SHA for fbd93f6
app/config/auth.php
@@ -52,6 +52,10 @@
52
| that should be used as your password reminder e-mail. You will also
53
| be able to set the name of the table that holds the reset tokens.
54
|
55
+ | The "expire" time is the number of minutes that the reminder should be
56
+ | considered valid. This security feature keeps tokens short-lived so
57
+ | they have less time to be guessed. You may change this as needed.
58
+ |
59
*/
60
61
'reminder' => array(
0 commit comments