8000 minor #53522 [SecurityBundle] Add missing removed config options to u… · symfony/symfony@00c399c · GitHub
[go: up one dir, main page]

Skip to content

Commit 00c399c

Browse files
committed
minor #53522 [SecurityBundle] Add missing removed config options to upgrade guide (W0rma)
This PR was merged into the 7.0 branch. Discussion ---------- [SecurityBundle] Add missing removed config options to upgrade guide | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Seems like some entries added in #50866 from got lost from the upgrade guide. Commits ------- 8c63772 [SecurityBundle] Add missing removed config options to upgrade guide
2 parents 63d9a53 + 8c63772 commit 00c399c

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)
0