Skip to content

Commit 99cfa29

Browse files
SpacePossumweaverryan
authored andcommitted
Fix numbering
The introduction states 4 big section will on the page, but the page list 1-3. (Not on 3.x)
1 parent 9ab0374 commit 99cfa29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ These are followed by a number of small (but still captivating) sections,
2626
like :ref:`logging out <security-logging-out>` and
2727
:doc:`encoding user passwords </security/password_encoding>`.
2828

29-
Installation
30-
------------
29+
1) Installation
30+
---------------
3131

3232
In applications using :doc:`Symfony Flex </setup/flex>`, run this command to
3333
install 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

4646
The 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

644644
Users can now login to your app using ``http_basic`` or some other method.
@@ -1012,7 +1012,7 @@ security systems.
10121012

10131013
If 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

10181018
After authentication, the ``User`` object of the current user can be accessed

0 commit comments

Comments
 (0)