0

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.

Digital site
  • 4,431
  • 12
  • 48
  • 72

1 Answers1

1

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.

Digital site
  • 4,431
  • 12
  • 48
  • 72
  • its working for me, but not validating it. means i can register even if the words entered are not correct. Any help would be appreciated. thanks. – Amit Kumar Khare Jan 12 '15 at 07:39