Commit 93aee27c authored by Taylor Otwell's avatar Taylor Otwell

Add expire option to reminder config.

parent 08cb97fa
...@@ -56,7 +56,11 @@ return array( ...@@ -56,7 +56,11 @@ return array(
'reminder' => array( 'reminder' => array(
'email' => 'emails.auth.reminder', 'table' => 'password_reminders', 'email' => 'emails.auth.reminder',
'table' => 'password_reminders',
'expire' => 60,
), ),
......
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