8000 Security - Fix numbering on 4.* by SpacePossum · Pull Request #9921 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Security - Fix numbering on 4.* #9921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ These are followed by a number of small (but still captivating) sections,
like :ref:`logging out <security-logging-out>` and
:doc:`encoding user passwords </security/password_encoding>`.

Installation
------------
1) Installation
---------------

In applications using :doc:`Symfony Flex </setup/flex>`, run this command to
install the security feature before using it:
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
0