-
Notifications
You must be signed in to change notification settings - Fork 24
Add authentication with login, registration, and password recovery #398
Copy link
Copy link
Open
Description
As a user, I want to be able to log in, create an account, and reset my password, so that I can securely access and manage my account.
Context / Problem
Currently, the application does not provide a proper authentication system:
- There is no dedicated login page
- Users cannot create an account
- There is no "forgot password" functionality
This leads to:
- Inability for users to securely access the application
- Frustration when credentials are lost
- Lack of basic account management features
Proposed Solution
Implement a complete authentication system including:
- A login page with email and password
- A registration (sign-up) page for new users
- A "forgot password" feature allowing users to reset their password
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Suggéré