storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
396 stars 88 forks source link

User registration #754

Closed igoryuzo closed 6 years ago

igoryuzo commented 6 years ago

Expected Behavior

As a user if I attempt to register with an existing email I expect to have a user friendly message i.e "Email is already registered".

Actual Behavior

As a user when I register with an existing email I receive a 400 error on the login page UI.

Steps to Reproduce

  1. Click register
  2. User an email that's already been registered
  3. Click signup
braydonf commented 6 years ago

Registration isn't handled with storj-lib