CodeIgniter Forums
tank auth - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: tank auth (/showthread.php?tid=1227)



tank auth - geegee - 02-20-2015

is tank auth not compatible with CI 2.2.1?

- i set the captcha dir in the root
- gave it full permissions

no captcha image... no error... almost like the create captcha function returns empty.

then i got a REcaptcha key pair and set it to TRUE in the auth config but that gives an error:
An internal error occurred: 50F862A347AF0.AB45BE5.470037A4

and show the form but also without any captchas


RE: tank auth - pkMyt1 - 02-25-2015

I have been able to use it with CI2 and CI3. Required some tweaks when I upgraded one of my sites from CI2 but not many. I will add I never used the captcha functions. Try configuring a test MVC without the captcha.


RE: tank auth - geegee - 02-25-2015

(02-25-2015, 02:41 PM)pkMyt1 Wrote: I have been able to use it with CI2 and CI3.  Required some tweaks when I upgraded one of my sites from CI2 but not many.  I will add I never used the captcha functions.  Try configuring a test MVC without the captcha.

thx for the reply,
i found out that tank auth isnt really maintained anymore.

it seems the one to use is ion-auth which is still actively maintained and recommended by a lot of people.


RE: tank auth - pkMyt1 - 02-25-2015

Thanks, I will look at that. I kept tank auth because I have been using it since its early days.