Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
2 views

Can I use kohana 3.0 Auth module with 3.2

I am trying to upgrade my app to Kohana 3.2 but I'm having trouble because all my users are in the database with passwords encrypted by Auth from Kohana 3.0. It looks like 3.2 does it differently. Can ...
0
votes
1answer
9 views

Kohana 3.2 Auth ORM: I can't seem to stay logged in with the “remember me” option set

I'm having a problem with Auth / ORM and auto_login. I have the lifetime set to two weeks, but I get logged out after about an hour, regardless of whether the browser is closed or not. In fact, it's ...
0
votes
1answer
69 views

Kohana Change Password Error ORM Driver

Okay so im attempt to allow users to change their passwords via an admin panel with this code but i keep getting ORM_Validation_Exception [ 0 ]: Failed to validate array ~ ...
0
votes
1answer
66 views

Kohana Authlite - not allow two users logged in ith the same credentials the same session

i am using authlite authentication module for my kohana 3 website. Now it is possible for two users to login using the same credentials, in the same session. i don't want this to happen for security ...
2
votes
1answer
99 views

How can I ensure users are logged in before accessing the Kohana Userguide & API Browser?

I'm realizing that I have a bit of a security hole on my sites, specifically when it's in development mode. The problem is that you can access the User Guide / API Browser without being logged in. ...
0
votes
2answers
112 views

koahana auth module: get unhashed user password value

I have a form to allow a user to edit their details however the password associated to the user model is hashed. What is the best way to unhash this so I can add it to the form? // get user $user = ...
0
votes
1answer
228 views

Kohana Auth login with email not username

So as the title says i want to login with my email, not username, now my login works with username, but i can't find a way to change that, so i'm using this basic login code: ...
0
votes
2answers
218 views

Kohana orm validation

I have fully working validation script my problem is that i can't get custom error messages Here is my function for registration: http://pastebin.com/ZF3UVxUr And here is my message array: ...
0
votes
1answer
159 views

kohana registration returns error

I have working registration script the only problem is that i do not know how to check if username already exist because now if email or username already exist it returns me this fatal error: ...
0
votes
1answer
164 views

Kohana auth login fails every time

I'm quite new to Auth module, and i'm trying to get login working, after reading documentation and googling like crazy i have this simple piece of code... Auth::instance()->login('test', ...
0
votes
1answer
213 views

Kohana-Change password for admin using file driver

How can I change the password for a user in kohana, using the file driver?
0
votes
1answer
185 views

how to extend kohana user auth module

So i'm using kohana user module, and i would like to extend my register page, now it adds username, email, and password but i would like to add some extra fields, and i just can't find where can i do ...
4
votes
3answers
137 views

Securing Cookies and Sessions

The issue I'm having, which may not be solvable, is as follows: I have a client that is a large organization of 1,500+ users at 7-8 different locations. The application is a PHP application build on ...
1
vote
2answers
117 views

Kohana user model

I'm trying to add custom pages to user model. If I would be making simple pages I would simply create controller in my application\classes\controller and a view file in \application\views, but now I ...
1
vote
2answers
673 views

Kohana 3 auth module, how to configure user table and fields

I have uncomment in module loader to load auth, but what I am not understanding is that how to tell auth module that which fields of which table it should use to authenticate? I also didn't find that ...

1 2 3
15 30 50 per page