Skip to content

Commit 8c63772

Browse files
committed
[SecurityBundle] Add missing removed config options to upgrade guide
1 parent e597a35 commit 8c63772

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

UPGRADE-7.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ SecurityBundle
429429
--------------
430430

431431
* 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
432434
* Remove the `require_previous_session` config option from authenticators
433435

434436
Serializer

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ CHANGELOG
55
---
66

77
* 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
911

1012
6.4
1113
---

0 commit comments

Comments
 (0)