Skip to content

Commit fbd93f6

Browse files
committed
added note about expiry time on reminders.
1 parent 91ca170 commit fbd93f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/config/auth.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
| that should be used as your password reminder e-mail. You will also
5353
| be able to set the name of the table that holds the reset tokens.
5454
|
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+
|
5559
*/
5660

5761
'reminder' => array(

0 commit comments

Comments
 (0)