Skip to content

Commit 524c70f

Browse files
authored
Syntaxe and PHP security file path fix
1 parent 2ca3840 commit 524c70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/form_login_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class that processes the login submit and 4) updates the main security config fi
7373
}
7474
}
7575

76-
Edit the security.yml file in order to allow access to the ``/login`` route :
76+
Edit the security.yml file in order to allow access to the ``/login`` route:
7777

7878
.. configuration-block::
7979

@@ -105,7 +105,7 @@ Edit the security.yml file in order to allow access to the ``/login`` route :
105105
106106
.. code-block:: php
107107
108-
// app/config/security.php
108+
// config/packages/security.php
109109
$container->loadFromExtension('security', [
110110
// ...
111111
'access_control' => [

0 commit comments

Comments
 (0)