connordotfun / chat.connor.fun

chat.connor.fun is a cool hangout place
GNU Affero General Public License v3.0
4 stars 1 forks source link

Refactor CreateAccount handler #22

Closed Spaceman1701 closed 6 years ago

Spaceman1701 commented 6 years ago

Right now the same error code is returned for several types of database errors, the username already in use, and (if email verification is enabled) the email being undeliverable. These should all cause separate error messages.

The function is also super poorly written and is generally hard to read.

Spaceman1701 commented 6 years ago

This was resolved (ish) by #36