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 1
1
How to Add Secure Password Reset Functionality
2
- ==================================================
2
+ ==============================================
3
3
4
4
Using `MakerBundle `_ & `Symfony Cast's Reset Password Bundle `_ you can create a
5
5
secure out of the box solution to handle forgotten passwords.
6
6
7
7
.. caution ::
8
8
9
9
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 .
12
12
13
13
Bootstrap reset password functionality
14
- ---------------------------------------------
14
+ --------------------------------------
15
15
16
16
.. code-block :: terminal
17
17
You can’t perform that action at this time.
0 commit comments