File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ intended the bundle to be used.
35
35
If you used our Symfony Maker command ` bin/console make:reset-password ` after
36
36
installation, your app is ready to go. Go to ` https://your-apps-domain/reset-password ` ,
37
37
fill out the form, click on the link sent to your email, and change your password.
38
- That's it! The Reset Password Bundle takes care of the rest.
38
+ That's it! The ResetPasswordBundle takes care of the rest.
39
39
40
40
The above assumes you have already setup
41
41
[ authentication] ( https://symfony.com/doc/current/security.html ) with a
@@ -61,7 +61,7 @@ symfonycasts_reset_password:
61
61
62
62
_Required_
63
63
64
- The complete namespace of the repository for the ResetPasswordRequest entity. If
64
+ The complete namespace of the repository for the ` ResetPasswordRequest` entity. If
65
65
you used `make:reset-password`, this will be `App\Repository\ResetPasswordRequestRepository`.
66
66
67
67
# ### `lifetime`
You can’t perform that action at this time.
0 commit comments