Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[SecurityBundle] Use git diff format inUPGRADE-8.0.md and fixexpose_security_errors enum values#60939

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

Merged
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletionsUPGRADE-8.0.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -371,10 +371,20 @@ SecurityBundle
# config/packages/security.yaml
security:
- hide_user_not_found: false
+ expose_security_errors:true
+ expose_security_errors:'all'
```

Note: `expose_security_errors: true` is equivalent to `hide_user_not_found: false`. The logic is inverted.
```diff
# config/packages/security.yaml
security:
- hide_user_not_found: true
+ expose_security_errors: 'none'
```

Note: The `expose_security_errors` option accepts three values:
- `'none'`: Equivalent to `hide_user_not_found: true` (hides all security-related errors)
- `'all'`: Equivalent to `hide_user_not_found: false` (exposes all security-related errors)
- `'account_status'`: A new option that only exposes account status errors (e.g., account locked, disabled)

Serializer
----------
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp