Hello people.
I entered in a project to “save” a bad-built ecommerce.
In the form registration i noticed that it needs an anti-bot script. I’m already using xss_filter, but i still need to find a way to prevent that a hacker add a lot of data in the database.
I don’t like the idea of using captcha because of accessibility.
In the facebook login, you neither need to confirm your e-mail to register.
Do you know another way to prevent scripts attack?
Take care