@@ -26,8 +26,8 @@ These are followed by a number of small (but still captivating) sections,
26
26
like :ref: `logging out <security-logging-out >` and
27
27
:doc: `encoding user passwords </security/password_encoding >`.
28
28
29
- Installation
30
- ------------
29
+ 1) Installation
30
+ ---------------
31
31
32
32
In applications using :doc: `Symfony Flex </setup/flex >`, run this command to
33
33
install the security feature before using it:
@@ -40,7 +40,7 @@ install the security feature before using it:
40
40
.. _firewalls-authentication :
41
41
.. _initial-security-yml-setup-authentication :
42
42
43
- 1 ) Initial security.yaml Setup (Authentication)
43
+ 2 ) Initial security.yaml Setup (Authentication)
44
44
-----------------------------------------------
45
45
46
46
The security system is configured in ``config/packages/security.yaml ``. The
@@ -638,7 +638,7 @@ Your next steps depend on your setup:
638
638
639
639
.. _`security-authorization` :
640
640
641
- 2 ) Denying Access, Roles and other Authorization
641
+ 3 ) Denying Access, Roles and other Authorization
642
642
------------------------------------------------
643
643
644
644
Users can now login to your app using ``http_basic `` or some other method.
@@ -1012,7 +1012,7 @@ security systems.
1012
1012
1013
1013
If you still prefer to use traditional ACLs, refer to the `Symfony ACL bundle `_.
1014
1014
1015
- 3 ) Retrieving the User Object
1015
+ 4 ) Retrieving the User Object
1016
1016
-----------------------------
1017
1017
1018
1018
After authentication, the ``User `` object of the current user can be accessed
0 commit comments