Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6bc8ed

Browse filesBrowse files
committed
Error where config.yml should be security.yml.
1 parent 81833e3 commit e6bc8ed
Copy full SHA for e6bc8ed

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎book/security.rst

Copy file name to clipboardExpand all lines: book/security.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ First, enable form login under your firewall:
268268

269269
.. code-block:: yaml
270270
271-
# app/config/config.yml
271+
# app/config/security.yml
272272
security:
273273
firewalls:
274274
secured_area:
@@ -280,7 +280,7 @@ First, enable form login under your firewall:
280280
281281
.. code-block:: xml
282282
283-
<!-- app/config/config.xml -->
283+
<!-- app/config/security.xml -->
284284
<srv:container xmlns="http://symfony.com/schema/dic/security"
285285
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
286286
xmlns:srv="http://symfony.com/schema/dic/services"
@@ -296,7 +296,7 @@ First, enable form login under your firewall:
296296
297297
.. code-block:: php
298298
299-
// app/config/config.php
299+
// app/config/security.php
300300
$container->loadFromExtension('security', array(
301301
'firewalls' => array(
302302
'secured_area' => array(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.