pixel icon indicating copy to clipboard operation
pixel copied to clipboard

Improve Error Handling around Users

Open Reisen opened this issue 6 years ago • 0 comments

User handling does not capture or bubble up any information about failures in registration and login. This should at the very least:

  • Push up errors about why authentication failed (incorrect password/banned?)
  • Push up errors about why registration failed (other than existing user?)
  • Push up errors about password hashing issues.

Reisen avatar May 11 '19 23:05 Reisen