@@ -26,8 +26,8 @@ These are followed by a number of small (but still captivating) sections,
2626like :ref: `logging out <security-logging-out >` and
2727:doc: `encoding user passwords </security/password_encoding >`.
2828
29- Installation
30- ------------
29+ 1) Installation
30+ ---------------
3131
3232In applications using :doc: `Symfony Flex </setup/flex >`, run this command to
3333install the security feature before using it:
@@ -40,7 +40,7 @@ install the security feature before using it:
4040.. _firewalls-authentication :
4141.. _initial-security-yml-setup-authentication :
4242
43- 1 ) Initial security.yaml Setup (Authentication)
43+ 2 ) Initial security.yaml Setup (Authentication)
4444-----------------------------------------------
4545
4646The security system is configured in ``config/packages/security.yaml ``. The
@@ -638,7 +638,7 @@ Your next steps depend on your setup:
638638
639639.. _`security-authorization` :
640640
641- 2 ) Denying Access, Roles and other Authorization
641+ 3 ) Denying Access, Roles and other Authorization
642642------------------------------------------------
643643
644644Users can now login to your app using ``http_basic `` or some other method.
@@ -1012,7 +1012,7 @@ security systems.
10121012
10131013If you still prefer to use traditional ACLs, refer to the `Symfony ACL bundle `_.
10141014
1015- 3 ) Retrieving the User Object
1015+ 4 ) Retrieving the User Object
10161016-----------------------------
10171017
10181018After authentication, the ``User `` object of the current user can be accessed
0 commit comments