-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Checking: On the test domain when navigating (/ login)
- if already logged in, redirect to (/user/profile)
- if not logged in, I can enter password, email,
- "enter" button, by pressing:
--if such an account exists, login me → redirect to (/user/profile)
--If there is no such account, it will show the message "wrong username/password" - "restore password" redirect to (/ user / recovery)
- "register" redirect to (/ user / registration)
(take into account the moment that the paths may change as it will use an external service for registration, it will depend on it)
- "enter" button, by pressing:
Checking: On the test domain during the transition (/user/registration)
- if already logged in, redirect to (/user/profile)
- if not logged in, I can enter password, email, name
- "register" button
- if an account with such mail exists, show the message "an account with such mail is already registered"
- if there is no account with such mail
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress