Register, Login and Delete Account

Registration

  1. Required input fields:

  2. Registration process:

    We validate the email field to be globally unique.

    We one-way-hashed the password on the client side before sending it out, and store the hashed value in our database instead of transmitting and storing plain text of the password.

register.png

Login

  1. Required input fields:
  2. Authentication process:

login.png

Delete Account

  1. Required input fields:
  2. Authentication process:

Effects:

Messaging Interface