Commit df6021a2 authored by Taylor Otwell's avatar Taylor Otwell

added config for password reminders.

parent 0e5b8ae8
......@@ -43,4 +43,21 @@ return array(
'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',
),
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment