Skip to content

Commit df6021a

Browse files
committed
added config for password reminders.
1 parent 0e5b8ae commit df6021a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

app/config/auth.php

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,21 @@
4343

4444
'table' => 'users',
4545

46-
);
46+
/*
47+
|--------------------------------------------------------------------------
48+
| Password Reminder Settings
49+
|--------------------------------------------------------------------------
50+
|
51+
| Here you may set the settings for password reminders, including a view
52+
| that should be used as your password reminder e-mail. You will also
53+
| be able to set the name of the table that holds the reset tokens.
54+
|
55+
*/
56+
57+
'reminder' => array(
58+
59+
'email' => 'auth.password', 'table' => 'password_reminders',
60+
61+
),
62+
63+
);

0 commit comments

Comments
 (0)