Tank auth recaptcha 不附带默认值。如何将 recaptcha 主题/自定义主题应用于 tank auth recaptcha?
尝试在页面<head>
标签中添加以下内容,但没有运气。
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'red'
};
</script>
尝试改变这样auth.php
的_create_recaptcha()
方法。
$options = "<script>var RecaptchaOptions = {theme: 'red', custom_theme_widget: 'recaptcha_widget'};</script>\n";
然后我得到了