tusmanakhter / MigrantHub

MIT License
4 stars 3 forks source link

Fixes for the Signup/Login Process #191

Closed miramarhaba closed 5 years ago

miramarhaba commented 5 years ago

Users comments about the signup/login process:

  1. After putting in login information, we should be able to just press the enter key to submit
  2. When resetting password, the email the user receives is from a user called "Capstone Project" which doesn't make sense for when we release this interface to the public
  3. In Canada, there are 5 official classifications of marital (civil) status (reference). However currently we only give the user 4 of these options during signup. "Separated" is missing as an option.
  4. When trying to sign up with the same email twice, both operations turn out to be successful to the user and don't show any sort of error.

Story Points: 2 Priority: Low Risk: Low

Tasks:

Demo Steps:

  1. Try to log in with an existing account and press the Enter key on the keyboard instead of manually clicking the Log In button.
  2. Try to reset a user's password. The email received should be from "MigrantHub Support" instead of "Capstone Project".
  3. Sign up a new user and check the options under "Relationship Status" in any language (there should be 5 total).
  4. Sign up a new user and try to register an already existing email (it should not allow you to).
DevBlocAbdulla commented 5 years ago

Signed off