Mithilesh Tiwari

Results 25 issues of Mithilesh Tiwari

![LoginPopUp](https://user-images.githubusercontent.com/39923784/106805386-a2efa100-668c-11eb-93fe-d0f0d685bf61.JPG) No message appear when a user login with wrong credentials. It just remains static, nothing happens.

As in current version , email id authentication is not applied. User can signup with any email id of valid format like [email protected], to counter this, we should have email...

![LoginEmail](https://user-images.githubusercontent.com/39923784/106802405-f06a0f00-6688-11eb-8976-b4b02c72d1ae.JPG) As one can see from the image is that there is no validation in email field of Login form. There should be a validation as in hurry user can...

Solves #52 ![LoginPopUpFixed](https://user-images.githubusercontent.com/39923784/106807864-a8021f80-668f-11eb-8085-378f7fb22a75.JPG) Added a message to be shown when login credentials are not found in database which was missing earlier. One can see in the screenshot above how it...

Solves #50 ![LoginEmailSolved](https://user-images.githubusercontent.com/39923784/106803111-d7159280-6689-11eb-8e32-447f84883994.JPG) After applying email id validation , error message will be shown if input email is not in correct format.