-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User Story
As a new employee user, I want to complete a first-time login setup so that I can create my credentials and access the system securely.
Visualization
Development Tasks
- Design and implement the main login page with "Returning User" button and "New User" button
- Create a New User login page with username input wired to "New Login" button
- Create a Setup Password page with password and confirm password inputs wired to the "enter" button on New User Login page
- Create a Completed Setup page, wired to the Setup Password page, with success message and "Return to Login" button that is wired to main login page
- Implement frontend validation for username and password strength rules
- Create API endpoint to verify the username is allowed/available for first-time setup
- Store new credentials (username + hashed password) to the internal database
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo