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.
1 parent d0d7c47 commit c80e4e7Copy full SHA for c80e4e7
book/security.rst
@@ -1803,11 +1803,6 @@ a route so that you can use it to generate the URL:
1803
1804
return $collection;
1805
1806
-.. caution::
1807
-
1808
- As of Symfony 2.1, you *must* have a route that corresponds to your logout
1809
- path. Without this route, logging out will not work.
1810
1811
Once the user has been logged out, he will be redirected to whatever path
1812
is defined by the ``target`` parameter above (e.g. the ``homepage``). For
1813
more information on configuring the logout, see the
0 commit comments