mbi / django-simple-captcha

Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
http://django-simple-captcha.readthedocs.io/en/latest/
MIT License
1.38k stars 319 forks source link

Dynamic configuration #189

Open ns5d opened 3 years ago

ns5d commented 3 years ago

How create two (or more) configuration?

https://django-simple-captcha.readthedocs.io/en/latest/advanced.html#configuration-toggles Example, for admin form (hard captcha) and for user form (lite captcha).

mbi commented 3 years ago

I'm sorry: I see how that could be a an desirable feature, but I don't think this is possible in the current state.

ns5d commented 3 years ago

I saw the implementation, but I couldn't figure out how to do it. It doesn't burn, but it was cool if the captha had such an opportunity.