anshulahuja98/spc_portal

Sanatize form data and add captcha

Closed this issue · 7 comments

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

@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 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

You can generate the key yourself

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

@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?

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

Oh okay!