@@ -137,7 +137,9 @@ command will pre-configure this for you:
137
137
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
138
138
xmlns : srv =" http://symfony.com/schema/dic/services"
139
139
xsi : schemaLocation =" http://symfony.com/schema/dic/services
140
- https://symfony.com/schema/dic/services/services-1.0.xsd" >
140
+ https://symfony.com/schema/dic/services/services-1.0.xsd
141
+ http://symfony.com/schema/dic/security
142
+ https://symfony.com/schema/dic/security/security-1.0.xsd" >
141
143
142
144
<config >
143
145
<!-- ... -->
@@ -253,7 +255,9 @@ important section is ``firewalls``:
253
255
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
254
256
xmlns : srv =" http://symfony.com/schema/dic/services"
255
257
xsi : schemaLocation =" http://symfony.com/schema/dic/services
256
- https://symfony.com/schema/dic/services/services-1.0.xsd" >
258
+ https://symfony.com/schema/dic/services/services-1.0.xsd
259
+ http://symfony.com/schema/dic/security
260
+ https://symfony.com/schema/dic/security/security-1.0.xsd" >
257
261
258
262
<config >
259
263
<firewall name =" dev"
@@ -455,7 +459,9 @@ start with ``/admin``, you can:
455
459
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
456
460
xmlns : srv =" http://symfony.com/schema/dic/services"
457
461
xsi : schemaLocation =" http://symfony.com/schema/dic/services
458
- https://symfony.com/schema/dic/services/services-1.0.xsd" >
462
+ https://symfony.com/schema/dic/services/services-1.0.xsd
463
+ http://symfony.com/schema/dic/security
464
+ https://symfony.com/schema/dic/security/security-1.0.xsd" >
459
465
460
466
<config >
461
467
<!-- ... -->
@@ -531,7 +537,9 @@ the list and stops when it finds the first match:
531
537
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
532
538
xmlns : srv =" http://symfony.com/schema/dic/services"
533
539
xsi : schemaLocation =" http://symfony.com/schema/dic/services
534
- https://symfony.com/schema/dic/services/services-1.0.xsd" >
540
+ https://symfony.com/schema/dic/services/services-1.0.xsd
541
+ http://symfony.com/schema/dic/security
542
+ https://symfony.com/schema/dic/security/security-1.0.xsd" >
535
543
536
544
<config >
537
545
<!-- ... -->
@@ -681,7 +689,7 @@ like this:
681
689
682
690
* ``IS_ANONYMOUS ``: *Only * anonymous users are matched by this attribute.
683
691
684
- * ``IS_REMEMBERED ``: *Only * users authenticated using the
692
+ * ``IS_REMEMBERED ``: *Only * users authenticated using the
685
693
:doc: `remember me functionality </security/remember_me >`, (i.e. a
686
694
remember-me cookie).
687
695
@@ -806,7 +814,9 @@ To enable logging out, activate the ``logout`` config parameter under your fire
806
814
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
807
815
xmlns : srv =" http://symfony.com/schema/dic/services"
808
816
xsi : schemaLocation =" http://symfony.com/schema/dic/services
809
- https://symfony.com/schema/dic/services/services-1.0.xsd" >
817
+ https://symfony.com/schema/dic/services/services-1.0.xsd
818
+ http://symfony.com/schema/dic/security
819
+ https://symfony.com/schema/dic/security/security-1.0.xsd" >
810
820
811
821
<config >
812
822
<!-- ... -->
@@ -923,7 +933,9 @@ rules by creating a role hierarchy:
923
933
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
924
934
xmlns : srv =" http://symfony.com/schema/dic/services"
925
935
xsi : schemaLocation =" http://symfony.com/schema/dic/services
926
- https://symfony.com/schema/dic/services/services-1.0.xsd" >
936
+ https://symfony.com/schema/dic/services/services-1.0.xsd
937
+ http://symfony.com/schema/dic/security
938
+ https://symfony.com/schema/dic/security/security-1.0.xsd" >
927
939
928
940
<config >
929
941
<!-- ... -->
0 commit comments