Closed Aravindha1234u closed 4 years ago
@gaurang2001 Can you check this pull request. Sorry Last one got messy because of contribution to Two Issues
Hi @Aravindha1234u, The issue explicitly says that you have to claim it before making a related PR. Hence, I've assigned the issue to someone else who claimed the issue. You can still comment on the issue and you might get a chance work on it provided the current assignee fails to submit a PR within the given time of 3 days. Until then, feel free to explore other projects within the repo.
Okk Sorry for that, If the assigned person fails to submit the work. Do consider me as next person @gaurang2001
Please comment on the issue. Others who might be interested need to know that you are next in order.
@Aravindha1234u The issue was to validate the password as and when the user types and not on form submission. Please change your code accordingly. Also, please specify what you mean by a strong password and a weak password.
@gaurang2001 but check the issue last line it refers to registration and also mentions on success it should redirect to another page. So I guess this form submission is what you are referring to.
Make a simple sign-up page that dynamically checks if the password entered is a strong password as and when the user types in the password field.
@Aravindha1234u This has clearly been specified in the issue. Nowhere have I mentioned validation on form submission.
Okk, I will change accordingly.
Resolves Issue #15
Description
Added password.html inside Development/15-Password_Validation as menitoned. I haven't worked on any css part but html and javascript is perfectly working and I have attached the screenshot
Screenshots (if required)
How to run
Open html file in browser to test it out
Checklist