added config for password reminders.
This commit is contained in:
parent
0e5b8ae8f7
commit
df6021a26d
|
@ -43,4 +43,21 @@
|
||||||
|
|
||||||
'table' => 'users',
|
'table' => 'users',
|
||||||
|
|
||||||
);
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Password Reminder Settings
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Here you may set the settings for password reminders, including a view
|
||||||
|
| that should be used as your password reminder e-mail. You will also
|
||||||
|
| be able to set the name of the table that holds the reset tokens.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'reminder' => array(
|
||||||
|
|
||||||
|
'email' => 'auth.password', 'table' => 'password_reminders',
|
||||||
|
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
Loading…
Reference in New Issue