So, I downloaded Tank Auth, and put it in my CodeIgniter libraries folder… Now what? Just a basic implementation of a login page (controller + view) based on this library would be very much appreciated, to get me going in the right direction. Thanks.
Share
Tank auth already have a register page.
Just visit http://yoururl.com/index.php/auth/register
Look at application/controllers/auth.php file.