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
A focused pane for JSS account self-service. Drives the IDP endpoints that already (or will) exist server-side, so users don't need curl/CLI to manage their own account.
Distinct from the broader #1 (Settings pane) — this one is narrowly scoped to account lifecycle managed by the IDP, not pod content / preferences / system settings.
Sections
Change password ✓ (server ready as of JSS 0.0.165)
`PUT /idp/credentials` with `{currentPassword, newPassword}`
Form: current password, new password, confirm new password
On success: confirmation toast, optional re-login prompt
Summary
A focused pane for JSS account self-service. Drives the IDP endpoints that already (or will) exist server-side, so users don't need curl/CLI to manage their own account.
Distinct from the broader #1 (Settings pane) — this one is narrowly scoped to account lifecycle managed by the IDP, not pod content / preferences / system settings.
Sections
Change password ✓ (server ready as of JSS 0.0.165)
Delete account (server-side TBD)
Export pod data (server-side TBD)
Pod portability — restore / migrate (server-side TBD)
Implementation notes
Out of scope
Acceptance
Phase 1 — change-password section only (the only one with a live endpoint):
Phase 2 onwards — added as server endpoints land for #352, #353, #354.