mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-09 04:32:44 -05:00
[PR #6491] adds sso_identifier to /admin/users #7427
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)
b30819aadds sso_identifier to /admin/users3fa90ccreturn same json object for all user queries745f7dbpass formatting checkscc6866fMerge branch 'main' into sso_identifier42a7b66use camelCase keys for get_users_property5ba2860moved SsoUser from get_user_or_404 to get_sso_user245d263removed get_sso_user1629217in enrich_users_json, moved never active notice to template07f39d8Merge branch 'main' into sso_identifier📊 Changes
3 files changed (+48 additions, -42 deletions)
View changed files
📝
src/api/admin.rs(+25 -34)📝
src/db/models/user.rs(+9 -0)📝
src/static/templates/admin/users.hbs(+14 -8)📄 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.