![]() |
Ion Auth Login Not working - keeps refreshing - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Ion Auth Login Not working - keeps refreshing (/showthread.php?tid=54145) |
Ion Auth Login Not working - keeps refreshing - El Forum - 08-24-2012 [eluser]Unknown[/eluser] Hi all Fairly new to CodeIgniter and Ion Auth, brand new to the forum ![]() I've been working on a site for a couple of weeks now but after creating a new user, I've not been able to log in with that email address/password. There are no error messages displayed, the page just keeps refreshing every 0.5 second or so after clicking 'Login' and just keeps refreshing constantly like this until I kill the page. I have to actually restart the PC to be able to log in again as admin. Shutting browser, restarting Xampp makes no difference. I've just set up a new site on localhost using Xampp and have just added ion_auth to the codeigniter structure. Thinking I've gone wrong somewhere in my previous code I've been very careful to note the steps I've taken so far... Code: 1. Added 'ion_auth' to config/autoload libraries This is ALL I've done since adding ion_auth to a new CI download. I've changed nothing but when clicking Login with my newly registered user (which I created when logged in fine as admin), it still just keeps refreshing the page. On Chrome/Firefox/IE I have tried looking through this forum, and googling but have not yet seen anyone with the same problem. Is anyone able to offer a suggestion where I'm going wrong so soon?? Many thanks EDIT: newly created user gets added to DB no problem Ion Auth Login Not working - keeps refreshing - El Forum - 08-25-2012 [eluser]m!H!r[/eluser] I am also facing a similar kind of issue. when a users with member group logs in the ion_auth displays a blank page and keeps on refreshing although the users with admin rights are able to login and redirect to a page which lists a table of all users. Is there any way i can check the group type and redirect users accordingly if yes please tell me how do i do it... Ion Auth Login Not working - keeps refreshing - El Forum - 09-26-2012 [eluser]Unknown[/eluser] I also have the exact problem i try to google it but could not find anything answer to it please help Ion Auth Login Not working - keeps refreshing - El Forum - 10-11-2012 [eluser]Unknown[/eluser] I got caught out by not setting the Active field to '1'... |