local captcha options besides cloud #856
Replies: 2 comments
-
|
this is totally doable, I can add on login.py for user panel to check if module.captcha exists, if it does, it will load it into the login route and pass on template to show your captcha from captcha.html template that way, Admin can just on/off captcha by adding captcha.py and captcha.html file and in those configure whatever type of captcha they want |
Beta Was this translation helpful? Give feedback.
-
|
I've created a simple module/plugin that will work with the upcoming 1.7.43 version: https://github.com/stefanpejcic/captcha/tree/main Feel free to extend it to support more captcha solutions |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it planned/used having the possibility to enable math or other similar captcha form for front-end alike operations instead of Google ReCAPTCHA/cloud dependencies as integration systems? Such example can be reviewed for Joomla CMS extension provider -
https://kubik-rubik.de/eccc-easycalccheck-captcha . This way, the user can pre-configure having pure local-only running captcha instead of cloud related ones. An alternative approach is if cloud captcha system fails for some period of time (cloud Datacenter outage/inaccessible/region limitations/etc.) to have a failover alike to local backup alike option.
Beta Was this translation helpful? Give feedback.
All reactions