We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fd8db3 + 7527580 commit 1ea2941Copy full SHA for 1ea2941
Resources/doc/emails.rst
@@ -49,10 +49,9 @@ user experience it is recommended to protect the url of the route `fos_user_upda
49
in the security configuration.
50
51
.. code-block:: yaml
52
-security:
53
- access_control:
54
- - { path: "/{YOUR-PREFIX}/profile/confirm-email-update/{token}", roles: IS_AUTHENTICATED_REMEMBERED }
55
-
+ security:
+ access_control:
+ - { path: "/{YOUR-PREFIX}/profile/confirm-email-update/{token}", roles: IS_AUTHENTICATED_REMEMBERED }
56
57
Password Reset
58
--------------
0 commit comments