File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,15 @@ And run the migrations:
29
29
php artisan migrate
30
30
```
31
31
32
- ### Configuring the login and register controllers
33
- In order to make use of the email verification, replace the ` AuthenticatesUsers ` and ` RegistersUsers ` traits that
32
+ ### Configuring the login, register and forgot password controllers
33
+ In order to make use of the email verification, replace the ` AuthenticatesUsers ` , ` RegistersUsers ` and the ` SendsPasswordResetEmails ` traits that
34
34
come with Laravel, with the ones provided by this package.
35
35
36
- These traits can be found in these two files:
36
+ These traits can be found in these three files:
37
37
38
38
- ` App\Http\Controllers\Auth\LoginController `
39
39
- ` App\Http\Controllers\Auth\RegisterController `
40
+ - ` App\Http\Controllers\Auth\SendsPasswordResetEmails `
40
41
41
42
### Add the confirmation and resend routes
42
43
You can’t perform that action at this time.
0 commit comments