mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-18 09:52:56 -05:00
[PR #6491] adds sso_identifier to /admin/users #26000
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6491
Author: @Katzenkralle
Created: 11/24/2025
Status: 🔄 Open
Base:
main← Head:sso_identifier📝 Commits (9)
bf33a27adds sso_identifier to /admin/userscf268dfreturn same json object for all user queriesb05bce0pass formatting checksc65e7a6Resolves conflicts:79bb470moved SsoUser from get_user_or_404 to get_sso_user7f41970removed get_sso_userb60b97bin enrich_users_json, moved never active notice to template8f0cee6use camel case for attachmentCount, use safer way to get user JSON4c7df15revertet changing names of organisation attachment_count📊 Changes
3 files changed (+60 additions, -43 deletions)
View changed files
📝
src/api/admin.rs(+36 -34)📝
src/db/models/user.rs(+9 -0)📝
src/static/templates/admin/users.hbs(+15 -9)📄 Description
Includes
sso_identifierin JSON return of/admin/usersFixes #6413
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.