Skip to content

Registration, authorization, password recovery, student login #18

@URVL

Description

@URVL

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)

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions