i am using codeigniter
with ion_auth configured ,and MySQL as back-end,
my app run smoothly but sometime/not randomly when i call add/update functions it automatically log me out.
i am working on it for last 1 months but found no solution so far…
I am using Ionic to build a login system on top of Codeigniter/Ion_Auth/codeigniter-restclient and when I try to login from "ionic server" the login works but the next api request to the logged_in() method returns false.
The same thing works…
I'm using ionAuth & it seems to be logging me out almost randomly? I'm using Codeigniter v2.1.4 - it logs in perfect fine however ionAuth seems to log out at random intevals, is there a way to force the session to stay active until I call the…
I already have CRUD web application which is build using Codeigniter PHP framework and Ion Auth authentication library (for Codeigniter). So users needs to log-in to use the site etc.
Now Im building small mobile app using Phonegap & jQuery mobile…
I am using Ion Auth for my codeigniter application and all seems good except for one thing.
I need to display a list of users along with the groups they are in. How can I retrieve the group id of a particular user without making my own models and…
I am using CodeIgniter. Now I have integrated Ion auth in CodeIgniter but I am facing the problem that how to log in with both Username and Email but ion auth accept only at a time with one identity to log in with Username OR Email. How to login…
I have a login page which won't be accessible if user is already logged in. So login page tries to redirect logged in users back to the page where they came from.
Redirect works if users click a link to go to a page. Problem is if users are in…
I am almost done with a project using codeigniter and ion_auth for authentication. I can't figure out this little issue:
When the user wants to change the password, I have the fields OLD_PASSWORD and NEW_PASSWORD. OLD_PASSWORD has to match the…
I'm building an application using Codeigniter 3, but users keep getting logged out by random. I thought it might be an issue with using AJAX, as I've read that was a bit buggy, but it happens just randomly while browsing etc, and not any specific…
I'm new to Codeigniter and am just learning about the ion auth authentication system. I just have a few questions about it:
1) Is it possible to modify the default users table? (and would you advise for or against it?) I understand that there may be…
This is happening to me in a real CodeIgniter project in the Ion Auth authentication library, but for the sake of clarity, I have reduced it to it's simplest form.
The script:
I have this one line script located at…
I am using the latest Ion Auth files along with the latest version of CodeIgniter 2.
There is a function called edit_user within the auth.php Controller file. This function is restricted to use only by members within the "Admin" group, and any…
I'm working on CodeIgniter login with ION auth plugin. I don't know why, but I have this behavior:
I fill login form, send it, user is matched, CI save this data into "user_data" column in default_ci_sessions table and I reload page and user is…
In an app i am making i need to edit and create some passwords with haste and i think i have found a way but i doubt its correctness.
I dug through ion auth and found this function in the ion_auth_model
/**
* Hashes the password to be stored in…
If I submit to reset the new password to my email, CodeIgniter is not sending mail. But it's returning a message that Password Reset Email Sent. So it doesn't trigger an error.
I'm using CodeIgniter 2.1.4 and IonAuth 2.5.2
$config['use_ci_email'] =…