@@ -21,32 +21,8 @@ Bootstrap reset password functionality
21
21
22
22
23
23
The reset password maker will then ask you a couple questions about your app and
24
- generate the required files. Afterword's you should see a list of the files generated.
25
-
26
- .. code-block :: terminal
27
-
28
- created: src/Controller/ResetPasswordController.php
29
- created: src/Entity/ResetPasswordRequest.php
30
- created: src/Repository/ResetPasswordRequestRepository.php
31
- updated: config/packages/reset_password.yaml
32
- created: src/Form/ResetPasswordRequestFormType.php
33
- created: src/Form/ChangePasswordFormType.php
34
- created: templates/reset_password/check_email.html.twig
35
- created: templates/reset_password/email.html.twig
36
- created: templates/reset_password/request.html.twig
37
- created: templates/reset_password/reset.html.twig
38
-
39
-
40
- Success!
41
-
42
-
43
- Next:
44
- 1) Run "php bin/console make:migration" to generate a migration for the new "App\Entity\ResetPasswordRequest" entity.
45
- 2) Review forms in "src/Form" to customize validation and labels.
46
- 3) Review and customize the templates in `templates/reset_password`.
47
- 4) Make sure your MAILER_DSN env var has the correct settings.
48
-
49
- Then open your browser, go to "/reset-password" and enjoy!
24
+ generate the required files. Afterword's you should see the success message,
25
+ a list of the files generated, and any other task's that may need to be performed.
50
26
51
27
You can customize the reset password bundle's behavior by editing ``reset_password.yaml ``.
52
28
For more information on the configuration, check out the
0 commit comments