Skip to content

Commit

Permalink
Add expire option to reminder config.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 29, 2013
1 parent 08cb97f commit 93aee27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@

'reminder' => array(

'email' => 'emails.auth.reminder', 'table' => 'password_reminders',
'email' => 'emails.auth.reminder',

'table' => 'password_reminders',

'expire' => 60,

),

Expand Down

0 comments on commit 93aee27

Please sign in to comment.