Commit fbd93f69 authored by Taylor Otwell's avatar Taylor Otwell

added note about expiry time on reminders.

parent 91ca1707
...@@ -52,6 +52,10 @@ return array( ...@@ -52,6 +52,10 @@ return array(
| that should be used as your password reminder e-mail. You will also | that should be used as your password reminder e-mail. You will also
| be able to set the name of the table that holds the reset tokens. | be able to set the name of the table that holds the reset tokens.
| |
| The "expire" time is the number of minutes that the reminder should be
| considered valid. This security feature keeps tokens short-lived so
| they have less time to be guessed. You may change this as needed.
|
*/ */
'reminder' => array( 'reminder' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment