tankauth
Customizing Tank_Auth table field names for CodeIgniter
I am a beginner learning codeigniter to build a website. For authentication feature, i use tank_auth library and it works fine if I dont alter the tank_auth table field names.[详细]
2023-04-13 01:04 分类:问答flashdata not being stored between redirects when using Tank Auth
I\'m using the latest version of Codeigniter and tank_auth 1.0.9 on a site I\'m building. When using set_flashdata() and flashdata() respectivly, nothing is bei开发者_StackOverflowng returned on redi[详细]
2023-04-09 18:11 分类:问答How do I set a return URL during login on Codeigniter / Tank_Auth?
The issue here is that when my user logs into my app, they always are redirected to the default controller.[详细]
2023-04-04 16:00 分类:问答Setting up Codeigniter HMVC with tank auth
I am having trouble getting a working Codeigniter version 2.0.3 with hmvc and tank auth(set up as a module) setup properly. I have installed CI properlly and then install HMVC with these directions ht[详细]
2023-03-31 11:09 分类:问答Codeigntier validation issue while using tank_auth
So I have a code here to val开发者_运维知识库idate the usernname exist or not, I\'m using tank_auth library[详细]
2023-03-23 10:27 分类:问答CodeIgniter Tank Auth Error
I can\'t seem to get tank auth installed correctly, I copied over the files, but everytime I visit \'localhost/auth\' it gives me the error Unable to load the requested class: security.[详细]
2023-03-14 10:45 分类:问答HMVC and Views in folders (Codeigniter)
I am using Tank Auth library in Codeigniter with HMVC and the entire tank auth mvc files are in its own module called \'auth\'. tank auth loads a view (domain.com/application/modules/auth/views/auth/l[详细]
2023-03-10 21:30 分类:问答function not running properly? (Tank Auth)
Could someone please explain why there is a difference between function foo($a){$blah = $a}....... foo($CONSTANT);[详细]
2023-03-07 08:10 分类:问答Tank Auth forgot password does't work
I use CodeIgniter + Tank Auth. Only the code http://localhost/XXXXXXXX/auth/forgot_password doesn\'t work.[详细]
2023-03-04 18:24 分类:问答CodeIgniter Tank Auth - problem with send_again function
I have been playing around with this library, which is absolutely awesome. I was testing it and I think there\'s a problem when a non activated User tries to log in. I was just wondering if any of you[详细]
2023-03-01 23:46 分类:问答