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.
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.