Skip to content

Commit b1cc82d

Browse files
committed
Merge branch '2.1' into 2.2
Conflicts: book/security.rst
2 parents 23d6c51 + dbe4591 commit b1cc82d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ submission (i.e. ``/login_check``):
415415
to this URL.
416416

417417
.. versionadded:: 2.1
418-
As of Symfony 2.1, you *must* have routes configured for your ``login_path``,
419-
``check_path`` and ``logout`` keys. These keys can be route names (as shown
420-
in this example) or URLs that have routes configured for them.
418+
As of Symfony 2.1, you *must* have routes configured for your ``login_path``
419+
and ``check_path``. These keys can be route names (as shown in this example)
420+
or URLs that have routes configured for them.
421421

422422
Notice that the name of the ``login`` route matches the ``login_path`` config
423423
value, as that's where the security system will redirect users that need

0 commit comments

Comments
 (0)