On Coocook.org we have a problem with hundreds of autocreated users.
Free user registration offers a way to spam random people with e-mail. But with Coocook it should be already impossible to control the content of e-mails being sent.
To avoid people receiving unexpected e-mail and to reduce the number of fake accounts we should still implement some kind of CAPTCHA.
My requirements:
not using Google Recaptcha although it's a high quality service
should be as little as possible annoying
avoid dependencies on fat graphics libraries for image rendering
Questions:
How to run unit tests? Just disable CAPTCHA filter in the config? How to test the CAPTCHA itself?
What about text CAPTCHAs? I thought of quiz questions like What is the sum three and five? or What is water below 0°C? (ice)
@moseschmiedel @ChristinaSi @CennoxX @cncpl Any ideas on this?
On Coocook.org we have a problem with hundreds of autocreated users.
Free user registration offers a way to spam random people with e-mail. But with Coocook it should be already impossible to control the content of e-mails being sent.
To avoid people receiving unexpected e-mail and to reduce the number of fake accounts we should still implement some kind of CAPTCHA.
My requirements:
Questions:
@moseschmiedel @ChristinaSi @CennoxX @cncpl Any ideas on this?