Add expire option to reminder config.
This commit is contained in:
parent
08cb97fa6d
commit
93aee27cd9
|
@ -56,7 +56,11 @@
|
||||||
|
|
||||||
'reminder' => array(
|
'reminder' => array(
|
||||||
|
|
||||||
'email' => 'emails.auth.reminder', 'table' => 'password_reminders',
|
'email' => 'emails.auth.reminder',
|
||||||
|
|
||||||
|
'table' => 'password_reminders',
|
||||||
|
|
||||||
|
'expire' => 60,
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue