[ ] This was pointed out during Feb.3rd team meeting, that users should not be allowed to register PyTrade with invalid email address.
Acceptance Scenarios
Given: A unregistered user is in sign-up page of PyTrade
When: the user entered an invalid e-mail address, like "gg.com, gg@,gg",etc
Then: the user should see an error saying that the email address is invalid and the signup is unsuccessful.
Done Done Criteria
Without any interruption of previous work, the bug fix should run without any error.
Email Address Check Criteria
The team has decided that the email address check criteria for PyTrade is
must contain @.
must contain '.'
E-mail confirmation may be useful but the team has decided that we can leave it for now.
Story/Task Details
Acceptance Scenarios
Given: A unregistered user is in sign-up page of PyTrade When: the user entered an invalid e-mail address, like "gg.com, gg@,gg",etc Then: the user should see an error saying that the email address is invalid and the signup is unsuccessful.
Done Done Criteria
Without any interruption of previous work, the bug fix should run without any error.
Email Address Check Criteria
The team has decided that the email address check criteria for PyTrade is
E-mail confirmation may be useful but the team has decided that we can leave it for now.