Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit067f205

Browse files
wouterjweaverryan
authored andcommitted
Moved caution directive to not break colon
1 parente96d9ff commit067f205

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎book/security.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,11 +1772,6 @@ Note that you will *not* need to implement a controller for the ``/logout``
17721772
URL as the firewall takes care of everything. You *do*, however, need to create
17731773
a route so that you can use it to generate the URL:
17741774

1775-
..caution::
1776-
1777-
As of Symfony 2.1, you *must* have a route that corresponds to your logout
1778-
path. Without this route, logging out will not work.
1779-
17801775
..configuration-block::
17811776

17821777
..code-block::yaml
@@ -1810,6 +1805,11 @@ a route so that you can use it to generate the URL:
18101805
18111806
return $collection;
18121807
1808+
..caution::
1809+
1810+
As of Symfony 2.1, you *must* have a route that corresponds to your logout
1811+
path. Without this route, logging out will not work.
1812+
18131813
Once the user has been logged out, he will be redirected to whatever path
18141814
is defined by the ``target`` parameter above (e.g. the ``homepage``). For
18151815
more information on configuring the logout, see the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp