✨ Add admin user show page with detail view and delete action#1238
Merged
0x46616c6b merged 1 commit intomainfrom Apr 13, 2026
Merged
✨ Add admin user show page with detail view and delete action#12380x46616c6b merged 1 commit intomainfrom
0x46616c6b merged 1 commit intomainfrom
Conversation
Add a dedicated show page for users in the admin panel, displaying
security info, activity, configuration, and related data (aliases,
vouchers, OpenPGP keys) in a structured layout with warning banners
for compromised passwords and password change requirements.
- Add UserManager::getUserStats() with repository dependencies
- Add UserController::show() action at /admin/users/{id}
- Create show.html.twig with info bars, related data grid, delete modal
- Update form.html.twig with back-to-user link instead of info bar
- Add show icon to user index page actions
- Add EN/DE translations for all show page keys
- Add 7 Behat scenarios covering access control and content assertions
Co-Authored-By: OpenCode <noreply@opencode.ai>
b6a9c3a to
aaccb36
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Adds a dedicated show page for users in the admin panel (
/admin/users/{id}), providing a structured overview of user details, security status, and related data — similar to the existing domain show page.Features
Technical Details
UserManager::getUserStats()aggregates counts fromAliasRepository,VoucherRepository,OpenPgpKeyRepository, andUserNotificationRepositoryDomainVoteralready supportsviewonUserentities — no new voter neededsmtpQuotaLimits, and domain admin cross-domain 404 behaviorThe changes and the PR were generated by OpenCode.