From 77af7706651ab9d82d6479bf4398392dc12dd71e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 18 Oct 2018 15:06:11 +0200 Subject: [PATCH] Fixed minor syntax issues --- security.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security.rst b/security.rst index 9c7ebd318b9..732b4819981 100644 --- a/security.rst +++ b/security.rst @@ -17,9 +17,9 @@ security system step-by-step: #. :ref:`Create your User Class `; -#. :ref:`*Authentication* & Firewalls `; +#. :ref:`Authentication & Firewalls `; -#. :ref:`Denying access to your app (*authorization*) `; +#. :ref:`Denying access to your app (authorization) `; #. :ref:`Fetching the current User object `. @@ -175,7 +175,7 @@ create dummy database users: .. code-block:: terminal $ php bin/console make:fixtures - + The class name of the fixtures to create (e.g. AppFixtures): > UserFixture @@ -702,7 +702,7 @@ If you need to get the logged in user from a service, use the // ... use Symfony\\Component\\Security\\Core\\Security; - + class ExampleService { private $security; @@ -1001,7 +1001,7 @@ Authorization (Denying Access) security/securing_services security/access_control security/access_denied_handler - security/acl + security/acl security/force_https security/security_checker