Commit ec01b080 authored by Fabien Potencier's avatar Fabien Potencier

merged branch faost/fixdoc (PR #588)

This PR was merged into the master branch.

Commits
-------

853a16a3 Fix route name in security service doc

Discussion
----------

Fix route name in security service doc

Fix a little bit confusing mistake in security doc.
parents 3d5d39ea 853a16a3
...@@ -269,7 +269,7 @@ are replaced with ``_`` and the leading ``/`` is stripped): ...@@ -269,7 +269,7 @@ are replaced with ``_`` and the leading ``/`` is stripped):
.. code-block:: jinja .. code-block:: jinja
<a href="{{ path('logout') }}">Logout</a> <a href="{{ path('admin_logout') }}">Logout</a>
Allowing Anonymous Users Allowing Anonymous Users
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment