File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11How to Add Secure Password Reset Functionality
2- ==================================================
2+ ==============================================
33
44Using `MakerBundle `_ & `Symfony Cast's Reset Password Bundle `_ you can create a
55secure out of the box solution to handle forgotten passwords.
66
77.. caution ::
88
99 Make sure you have created a ``User `` class with a getter method to retrieve
10- the users unique email address. The :doc: `Security Guide </security >` will help you
11- install security.
10+ the users unique email address. The :doc: `Security Guide </security >` will
11+ help you install security and create your user class .
1212
1313Bootstrap reset password functionality
14- ---------------------------------------------
14+ --------------------------------------
1515
1616.. code-block :: terminal
1717
You can’t perform that action at this time.
0 commit comments