pc-coholic / dw-plugin-recaptcha2

reCaptcha plugin for Dokuwiki
https://www.dokuwiki.org/plugin:recaptcha2
2 stars 4 forks source link

recaptcha2 bug with ckgedit addon #4

Open raykai opened 7 years ago

raykai commented 7 years ago

NOTE: its only doing this when some one uses the addon : ckgedit WYSIWYG plugin for Dokuwiki here: https://www.dokuwiki.org/plugin:ckgedit if you edit a page you don't see the recaptcha2 until you click save. You then get a The recaptcha wasn't answered correctly. then the recaptcha2 box shows up ... should be shown before clicking save.

is there a way to getting working for this addon as many ppl use it?

i have a video of it : https://share.viewedit.com/bLd4nJDWNYd6yU7YzsLj9S

turnermm commented 7 years ago

https://www.dokuwiki.org/plugin:ckgedit:configuration#captcha_auth

raykai commented 7 years ago

would be nice to support recaptcha2 as its a lot more efficient at detecting bots and spammers than the normal Dokuwiki captcha that can be bypassed by bots and spammers by using many tools on the web. Recaptcha2 is the new norm on the net if you ask me.

pc-coholic commented 7 years ago

Well.... I am not really sure, who's time to act it is right now...

Following the link of @turnermm, ckgedit does not support any other 3rd party captchas...

If there is anything I can do to support it, I will certainly consider it. Question is, if that is wanted by the ckgedit-team and if there is a path to follow.

For the time being, I'll resolve this issue and reopen it when new facts surface.

turnermm commented 7 years ago

If you are interested in adding support for recaptcha2, you can see how the captcha plugin is intergrated into ckgedit in these commits: https://github.com/turnermm/ckgedit/commit/51af9ef1dd6ee5996c6165eb5537926d76a0af82 https://github.com/turnermm/ckgedit/commit/4e2e10e9ef32362a9f7ca854159083ea09fd34ed https://github.com/turnermm/ckgedit/commit/fcf564ae28523a6fbf90f67c78fb26316e30e69e @splitbrain's captcha plugin is the default for dokuwiki, the one which is used on the dokuwiki web site, which is why it makes sense to support it in ckgedit. But you are welcome to fork a copy of ckgedit and see what you can do to integrate recaptcha2. But it would have to be in addition to captcha, giving users a choice.

pc-coholic commented 7 years ago

I'll have a look at it - thanks for pointing me in the right direction!

raykai commented 7 years ago

hope you can get it working the right way :)