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 #36876
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 (10+)
c0579d0adds sso_identifier to /admin/usersc915f5freturn same json object for all user queries428db6bpass formatting checksaa62a27Resolves conflicts:c6717aemoved SsoUser from get_user_or_404 to get_sso_usera407ea5removed get_sso_user59ecb5ain enrich_users_json, moved never active notice to template2de70aause camel case for attachmentCount, use safer way to get user JSON44cc442revertet changing names of organisation attachment_countd79de95clippy fixes📊 Changes
3 files changed (+58 additions, -43 deletions)
View changed files
📝
src/api/admin.rs(+34 -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.