I\'m using the Auth module for managing users inside Kohana. When I use the login($username, $password, $remember) method it succeeds validating the user but then when I ask if the users is logged in
I\'m finding I can\'t log in to my Kohana site through IE. (just IE, works fine everywhere else) It\'s validating, so much as, it knows if you get your username and password wrong, but its not creat
I am using auth module of kohana. I did register and login and its working fine. But when i do Auth::instance()->get_user()->id i get NULL
I have 3 tables users , roles and roles_users. The roles_users table have user_id and role_id N开发者_JS百科ow my models are Model_User, Model_Role, Model_User_Role.
I have 2 php websites in the same machine. The first site (a legacy system) has a basic auth: checks if is set $_SESSION[\'user_id\']. I\'m working in the second site (a Kohana 3.1 based) that will ex
I\'m trying to make a login form for my kohana2 app using ORM example presented in kohana2 docs ( http://docs.kohanaphp开发者_如何学Go.com/addons/auth ). I\'ve done everything like in the wiki but aft
I\'m using Kohana 3.1 with the ORM/Auth module enabled. I would like to serve static files (docs, pdfs, etc.) only to people with role A, in directory A_only.
Trying to follow the example on the wiki here: extending model Auth user class, and I am hitting a fatal error when it goes to validate.
I have used Kohana on several projects now, as well as its included Authentication module with absolutely zero issues... until this particular client.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic