From 331a2a8285fcf5e1251485d43c64e906f11dbba6 Mon Sep 17 00:00:00 2001 From: SpacePossum Date: Tue, 12 Jun 2018 12:22:30 +0200 Subject: [PATCH] Fix numbering The introduction states 4 big section will on the page, but the page list 1-3. (Not on 3.x) --- security.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security.rst b/security.rst index 40305a9b8cf..c014b3d2293 100644 --- a/security.rst +++ b/security.rst @@ -26,8 +26,8 @@ These are followed by a number of small (but still captivating) sections, like :ref:`logging out ` and :doc:`encoding user passwords `. -Installation ------------- +1) Installation +--------------- In applications using :doc:`Symfony Flex `, run this command to install the security feature before using it: @@ -40,7 +40,7 @@ install the security feature before using it: .. _firewalls-authentication: .. _initial-security-yml-setup-authentication: -1) Initial security.yaml Setup (Authentication) +2) Initial security.yaml Setup (Authentication) ----------------------------------------------- The security system is configured in ``config/packages/security.yaml``. The @@ -638,7 +638,7 @@ Your next steps depend on your setup: .. _`security-authorization`: -2) Denying Access, Roles and other Authorization +3) Denying Access, Roles and other Authorization ------------------------------------------------ Users can now login to your app using ``http_basic`` or some other method. @@ -1012,7 +1012,7 @@ security systems. If you still prefer to use traditional ACLs, refer to the `Symfony ACL bundle`_. -3) Retrieving the User Object +4) Retrieving the User Object ----------------------------- After authentication, the ``User`` object of the current user can be accessed