Skip to content

Resolve "Replace reCAPTCHA service to tencent captcha on backend side"

Closes #488 (closed)

To resolve this issue, there're things need to be done.

  1. Create a Feature Flag to switch the status of this feature.
  2. Override the recaptcha_tags method of reCAPTCHA to insert the Tencent Captcha frontend tag in views.
  3. Override the verify_recaptcha method of reCAPTCHA to forward the backend call to use Tencent Captcha.
  4. Add and translate error messages.
  5. Integrate and test with Frontend implementation.
Martin Tan 编辑于

合并请求报告

加载中