Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] Email field is not properly checking the regular expression for email #57

Closed
sagarpandyansit opened this issue Jan 11, 2021 · 5 comments
Assignees

Comments

@sagarpandyansit
Copy link
Contributor

Details on the issue:
While signing up for the volunteer or faculty, if you fill email-id randomly, it won't show any error.

How to reproduce:
Go to localhost:8000/accounts/login/ link. Try to enter "admin@gma" and password. It won't show any error and try to send an activation link.

How to solve it:
Make a JavaScript function that can check the regular expression for email.

@sagarpandyansit sagarpandyansit changed the title [BUG] Email field is not properly checking the regular expression for email [TEST] Email field is not properly checking the regular expression for email Jan 11, 2021
@garg3133
Copy link
Owner

Great job catching this issue @sagarpandyansit! I never noticed this.

@raman08
Copy link
Contributor

raman08 commented Jan 11, 2021

I would like to work on this issue

@garg3133
Copy link
Owner

Sure @raman08, go ahead! Also, before going into writing a JavaScript function, do check if this issue can be resolved from HTML only. You may refer to MDN docs.

@raman08
Copy link
Contributor

raman08 commented Jan 12, 2021

Okk sir

This was referenced Jan 15, 2021
@garg3133
Copy link
Owner

Resolved in #69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants