Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[SecurityBundle] Remove deprecatedhide_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[SecurityBundle] Remove deprecatedhide_user_not_found
option#60928
Conversation
OskarStark commentedJun 27, 2025
Q | A |
---|---|
Branch? | 8.0 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Issues | -- |
License | MIT |
a9a4ebc
to41e2447
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
bc44e03
toe9b2998
CompareThank you@OskarStark. |
0a9cc18
intosymfony:8.0Uh oh!
There was an error while loading.Please reload this page.
# 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 | MITFollows#60928 (comment)Commits-------33f15dd [SecurityBundle] Use git diff format in `UPGRADE-8.0.md` and fix `expose_security_errors` enum values