Commit 6a0f05dd authored by Fabien Potencier's avatar Fabien Potencier

tweaked docs

parent 43134580
......@@ -166,7 +166,9 @@ Here is how to secure all URLs under ``/admin/`` with a form::
Always keep in mind the following two golden rules:
* The ``login_path`` path must always be defined **outside** the secured area;
* The ``login_path`` path must always be defined **outside** the secured area
(or if it is in the secured area, the ``anonymous`` authentication mechanism
must be enabled -- see below);
* The ``check_path`` path must always be defined **inside** the secured area.
......
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