CAPTCHA support
#1347
Replies: 3 comments
|
may i ask for the reason? Usually Thruk runs on internal networks and i never saw any captcha on such applications. Is this intended for a public facing setup? |
0 replies
Indeed, at least for my installation on personal VPS (currently ACL protected), but also other external hosted monitoring probes can be considered. |
0 replies
|
well, personally i don't like captchas and nowadays AI is much better in solving captchas then humans, so to be honest, i have little interest in adding or maintaining this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
anyone interested adding CAPTCHA support to Thruk login window?
I've implemented this in Perl already for https://github.com/pbiering/letterbox-sensor-web
in https://github.com/pbiering/letterbox-sensor-web/blob/master/ttn-letterbox-userauth.pm and related config options documented here https://github.com/pbiering/letterbox-sensor-web/blob/master/ttn-letterbox.conf
for at least Google, hCaptcha & FriendlyCaptcha
If one provide me some hints where to hook best into Thruk's authentication layer I can try my best to contribute...if it is not easier by the maintainer to takeover example code...
All reactions