diff --git a/app/config/auth.php b/app/config/auth.php index 62ea9c3d..17736ff1 100644 --- a/app/config/auth.php +++ b/app/config/auth.php @@ -56,7 +56,11 @@ return array( 'reminder' => array( - 'email' => 'emails.auth.reminder', 'table' => 'password_reminders', + 'email' => 'emails.auth.reminder', + + 'table' => 'password_reminders', + + 'expire' => 60, ),