You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Users backed by SSO/OIDC login are now marked "External (SSO)" and read-only: their password-change control is hidden, and PUT /password/:username rejects with 403 server-side. Deletion stays allowed. Redis user-backend only.
app.util.revealItem() (shared app-base.js): scrolls a just-added/-edited element into view and flashes its background. Wired into the Users/Permissions create flows.
Changed
All pages now wrap their content in a standard-width container, matching sso-manager-node instead of rendering full-bleed.
Users and Permissions pages converted from bare <table>s to the card-grid convention already used on the Groups page.