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 #21987
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 (8)
decdbd9adds sso_identifier to /admin/usersac7cf00return same json object for all user queriesa8a5c9dpass formatting checkse204bb9use camelCase keys for get_users_propertyd74f363moved SsoUser from get_user_or_404 to get_sso_user226aeb3removed get_sso_user4787cd4in enrich_users_json, moved never active notice to template7debdbduse camel case for attachmentCount, use safer way to get user JSON📊 Changes
4 files changed (+62 additions, -46 deletions)
View changed files
📝
src/api/admin.rs(+36 -35)📝
src/db/models/user.rs(+9 -0)📝
src/static/templates/admin/organizations.hbs(+2 -2)📝
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.