File tree 2 files changed +5
-1
lines changed
src/Symfony/Bundle/SecurityBundle
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,8 @@ SecurityBundle
429
429
--------------
430
430
431
431
* Enabling SecurityBundle and not configuring it is not allowed, either remove the bundle or configure at least one firewall
432
+ * Remove the ` enable_authenticator_manager ` config option
433
+ * Remove the ` security.firewalls.logout.csrf_token_generator ` config option, use ` security.firewalls.logout.csrf_token_manager ` instead
432
434
* Remove the ` require_previous_session ` config option from authenticators
433
435
434
436
Serializer
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ CHANGELOG
5
5
---
6
6
7
7
* Enabling SecurityBundle and not configuring it is not allowed
8
- * Remove configuration options ` enable_authenticator_manager ` , ` csrf_token_generator ` and ` require_previous_session `
8
+ * Remove the ` enable_authenticator_manager ` config option
9
+ * Remove the ` security.firewalls.logout.csrf_token_generator ` config option, use ` security.firewalls.logout.csrf_token_manager ` instead
10
+ * Remove the ` require_previous_session ` config option from authenticators
9
11
10
12
6.4
11
13
---
You can’t perform that action at this time.
0 commit comments