jake-hansen / nova

NOVA project for Software Engineering at UNO.
1 stars 0 forks source link

Attempting to create a new account leads to "email not available" error #39

Closed jake-hansen closed 4 years ago

jake-hansen commented 4 years ago

When attempting to create a new account, the message "Email not available." is shown, even if the provided email is available to be used.

The correct functionality should be that the "Email not available." message is only shown when the email address is already in use for an existing user. Otherwise, the email address is considered valid and an account should be created.

The correct functionality was originally present before merging #34, so I'm hoping just some slight modifications are required.

Here is a screenshot of the current functionality after "Create Account" is pressed.

image