Tank Auth 的验证码或重新验证码
我试图让 Tank Auth 在我的网络服务器上工作,到目前为止一切顺利。我现在面临的唯一问题是验证码。它似乎不适用于注册表。我的意思是我根本看不到图像。我有什么地方失踪了吗?如果我想使用 reCaptcha,我该如何实现呢?
欢迎所有评论。
I was trying to make the Tank Auth to work on my web server and so far so good. The only problem I'm facing now is the captcha. it doesn't seem to work at the registration form. I mean I can't see the image at all. is there something I'm missing somewhere?? how about if I want to use the reCaptcha instead, how do I achieve that?
all comments are welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了答案。文件 auth.php 中有一个验证码设置。只需将其设置为 True,然后添加私钥和公钥即可使其正常工作。我希望它可以帮助任何寻求解决相同问题的人。
I got the answer. There is a recaptcha settings in the file auth.php. just make it True and then add the private and public key to make it work. I hope it helps anyone looking for resolving the same issue.