8000 minor #9921 Security - Fix numbering on 4.* (SpacePossum) · symfony/symfony-docs@d712201 · GitHub
[go: up one dir, main page]

Skip to content

Commit d712201

Browse files
committed
minor #9921 Security - Fix numbering on 4.* (SpacePossum)
This PR was merged into the 4.0 branch. Discussion ---------- Security - Fix numbering on 4.* The introduction states 4 big sections will on the page, but the page list 1-3. (not an issue on 3.x branch) Commits ------- 331a2a8 Fix numbering
2 parents a0d6bb0 + 331a2a8 commit d712201

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security.rst

Lines changed: 5 additions & 5 deletions
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)
0