NuGet / PoliteCaptcha

PoliteCaptcha is a spam prevention library for use with ASP.NET MVC that attempts polite spam prevention first, before rudely presenting the user with a CAPTCHA.
Apache License 2.0
75 stars 13 forks source link

How do you force it to fail the check so you can see the captcha during testing? #16

Open wigglethorpe opened 10 years ago

wigglethorpe commented 10 years ago

I noticed on your example page that you can force it fail so it will show always. How do you do that? I just need to validate layout, etc., on the page I'm putting it on.

laedit commented 10 years ago

Use a custom ICaptchaValidator which fail every time.