I am using Tank Auth for user management in my CI 1.7.3 App. Everything is working fine but I\'m trying to set a flash_message to be displayed when the user logs out. The problem is the $this->tank
I am interested in creating bulk users/passwords in a batch using TankAuth for CodeIgniter. I asked this question on the CI forums but got no responses:
Hi I am having an issue getting the view to show any results for the following code. Controller: $datedue = 2011-01-27;
I am making use of this excellent library called Tank Auth. Hopefully this question won\'t be too niche as its specific to this library.
I was hoping someone could clearly explain an easy way of logging the time of a user when they are s开发者_运维问答igned into my website. I want to be able to log this time and then display it for an
I am using Codeigniter with the TankAuth library installed and trying to upload to index.php/requests/doUpload from swfupload but can\'t access the page as authenticated. I have read many posts around
I am using the codeigniter tank auth library for working with users and it has been working great. Whenever I try to access any controller, the function checks if the user is logged in like this:
I\'m having some problems with Tank Auth. Although i followed th开发者_如何学Pythone instructions from here when i try to connect in the login_form i get a redirect in http://example.com/auth/login.
I\'m using Tank-Auth for my application. And the only prob开发者_运维百科lem I have is activating and resetting passwords for accounts.
For the CodeIgniter project I\'m creating, it is necessary that 开发者_如何学Cusers get activated manually by an admin after registering.