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

Sanatize form data and add captcha #81

Closed
Tanuj22 opened this issue Jun 18, 2020 · 7 comments · Fixed by #92
Closed

Sanatize form data and add captcha #81

Tanuj22 opened this issue Jun 18, 2020 · 7 comments · Fixed by #92
Labels
help wanted Extra attention is needed

Comments

@Tanuj22
Copy link
Collaborator

Tanuj22 commented Jun 18, 2020

Describe the bug
We need to sanitize all form data and set up add captcha to form.

@Tanuj22 Tanuj22 added the help wanted Extra attention is needed label Jun 18, 2020
@DarshitJain04
Copy link
Contributor

DarshitJain04 commented Aug 1, 2020

@Tanuj22 I'll try to fix this issue. In which all forms do I need to add captcha?
Also, will you provide the captcha key? Or should I generate it

@Tanuj22
Copy link
Collaborator Author

Tanuj22 commented Aug 1, 2020

@Tanuj22 I'll try to fix this issue. In which all forms do I need to add captcha?

The student and company registration. You also need to perform input validation for all the field. Validation for some field are already done like username and email. Check this

@Tanuj22
Copy link
Collaborator Author

Tanuj22 commented Aug 1, 2020

You can generate the key yourself

@Tanuj22
Copy link
Collaborator Author

Tanuj22 commented Aug 1, 2020

You can send separate PRs for captcha and form validation if you like

@DarshitJain04
Copy link
Contributor

@Tanuj22 I'll try to fix this issue. In which all forms do I need to add captcha?

The student and company registration. You also need to perform input validation for all the field. Validation for some field are already done like username and email. Check this

I'm not very clear with which all fields require validation. Could you please help?

@Tanuj22
Copy link
Collaborator Author

Tanuj22 commented Aug 1, 2020

Like the contact should only contain a phone number and not a character. pin code should be a number. domain should be a link.

@DarshitJain04
Copy link
Contributor

Oh okay!

@DarshitJain04 DarshitJain04 mentioned this issue Aug 3, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants