Add expire option to reminder config.
This commit is contained in:
@@ -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,
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user