With oclweb2 docker image:
New users will not be able to complete the registration process because Google CAPTCHA API JS is not available here (cn) and the submit button is disabled.
Any workaround? Thanks. There are several open-source alternatives for the service, available on the github.
Is it possible to change such a verfication feature as a configurable setting? If yes, that might significantly facilitate its adoption here (cn).
OCL online has moved to SSO using KeyCloak.
OCLv2 repo still supports inbuilt auth via django. Google Captcha is used in that workflow.
In order to configure it you will have to pass “RECAPTCHA_SITE_KEY” as env var in your deployment of oclweb2.
If I understand correctly, the issue is that you don’t have google captcha site key?
We don’t have any plans to make any changes around this. Can I invite a PR from you on this to disable this behaviour?
Hello, @Sny. Sorry, I’m not a programmer/developer. I don’t know how to make a PR although I proposed an issue on this topic. Do I need to create a fork and invite you to modify it? Thanks.