-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] Remove deprecated hide_user_not_found
option
#60928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SecurityBundle] Remove deprecated hide_user_not_found
option
#60928
Conversation
OskarStark
commented
Jun 27, 2025
Q | A |
---|---|
Branch? | 8.0 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Issues | -- |
License | MIT |
a9a4ebc
to
41e2447
Compare
bc44e03
to
e9b2998
Compare
Thank you @OskarStark. |
# config/packages/security.yaml | ||
security: | ||
- hide_user_not_found: false | ||
+ expose_security_errors: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct, is it? The new option is a none/all/account_status enum, not a boolean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, will fix it soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… and fix `expose_security_errors` enum values (OskarStark) This PR was squashed before being merged into the 8.0 branch. Discussion ---------- [SecurityBundle] Use git diff format in `UPGRADE-8.0.md` and fix `expose_security_errors` enum values | Q | A | ------------- | --- | Branch? | 8.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Follows #60928 (comment) Commits ------- 33f15dd [SecurityBundle] Use git diff format in `UPGRADE-8.0.md` and fix `expose_security_errors` enum values