Resolve "Replace reCAPTCHA service to tencent captcha on backend side"
Closes #488 (closed)
To resolve this issue, there're things need to be done.
- Create a Feature Flag to switch the status of this feature.
- Override the
recaptcha_tags
method of reCAPTCHA to insert the Tencent Captcha frontend tag in views. - Override the
verify_recaptcha
method of reCAPTCHA to forward the backend call to use Tencent Captcha. - Add and translate error messages.
- Integrate and test with Frontend implementation.
由 Martin Tan 编辑于