Skip to content

EPIC: Registration & Create User Profile #418

@dogezen

Description

@dogezen

User Registration

When a user creates a new account, they fill in an email and password. The app should validate the below conditions before letting the account be created, displaying a user friendly message if any check fails:

  • The email address must not already be in use
  • The email address must be in a valid format (e.g. abc@abc)
  • The password should not be less than 8 characters in length
  • The password should contain at least one uppercase character
  • The password should contain at least one number
  • The password should contain at least one special character

Design

Create Profile

After successfully registering an account, the user will be taken to a Create Profile step-by-step form. All of the fields should be optional on the server, but the user’s first name and last name should be required on the client. After successfully completing the profile creation, the user is taken to the dashboard.

Design

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions