Skip to content

Commit e964751

Browse files
committed
refactor caution msg
1 parent 6e39c5c commit e964751

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

security/reset_password.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
How to Add Secure Password Reset Functionality
2-
==================================================
2+
==============================================
33

44
Using `MakerBundle`_ & `Symfony Cast's Reset Password Bundle`_ you can create a
55
secure 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

1313
Bootstrap reset password functionality
14-
---------------------------------------------
14+
--------------------------------------
1515

1616
.. code-block:: terminal
1717

0 commit comments

Comments
 (0)