I have a Kohana 2.3 application. For the logged in/authenticated user I would like to lookup
the a field that I have added to the users table called radius_username.
How do I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the end I did this just to get it working. Although, I suspect it’s long winded.
I happen to have the current username in the variable $this->username
Now the radius username can be gotten with: