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.
UPGRADE-8.0.md Outdated
```yaml | ||
# config/packages/security.yaml | ||
security: | ||
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.
diff also?
UPGRADE-8.0.md Outdated
# 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.
#config/packages/security.yaml | |
security: | |
- hide_user_not_found: false | |
+ expose_security_errors: true | |
# config/packages/security.yaml | |
security: | |
- hide_user_not_found: false | |
+ expose_security_errors: true |
bc44e03
toe9b2998
CompareThank you@OskarStark. |
0a9cc18
intosymfony:8.0Uh oh!
There was an error while loading.Please reload this page.