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
As a new user, I want to create my own account via SSO or email + password, so that I can sign in myself — without an Admin having to create the account for me.
Email/password registration follows basic security hygiene (password rules; no secrets in repo, [Story]: Keep secrets out of the repo #94); SSO follows the Keycloak flow.
A duplicate / already-registered email is handled gracefully.
Sub-Tasks (by team)
Backend — enable Keycloak self-registration + email/password sign-up; create the user's own profile record on first sign-in; default state = unassigned (own profile only).
Frontend — sign-up screen (SSO button + email/password form), wired into the login page (Log in Page #151).
QA — tests: register (both methods), first sign-in lands on the profile, an unassigned user cannot reach project content.
User Story
As a new user, I want to create my own account via SSO or email + password, so that I can sign in myself — without an Admin having to create the account for me.
Context & Motivation
Acceptance Criteria
Sub-Tasks (by team)