metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

Use ReCaptcha (NoCaptcha) instead of QuestyCaptcha #56

Closed icyflame closed 4 years ago

icyflame commented 4 years ago

We have been having some problems with our setup of QuestyCaptcha. We would like to try MathCaptcha and see if that improves the experience of actual contributors.

This captcha challenge is less aggresive than QuestyCaptcha and might cause spam to increase. We will monitor this as well.

New captcha

The Captcha can't be tested locally because localhost isn't in the supported domain list for the recaptcha key that we are using.

image

thealphadollar commented 4 years ago

@icyflame Can you please add instructions on how one can go about changing the captcha type in the RUNBOOK?

icyflame commented 4 years ago

@thealphadollar I don't think that's information that should be in the Runbook. The Runbook is only for commands that can be run in production to do something. Changing the captcha is a feature change that should just be done using old PRs and other documentation as reference.