• Welcome to KonaKart Community Forum. Please login or sign up.
 

Admin login looping

Started by rotaryswing, September 04, 2008, 04:14:22 am

Previous topic - Next topic

rotaryswing

For whatever reason, all of a sudden when I go to login it successfully logs me in and the redirects me back to the login screen. I see a brief glimpse of the control panel and Tomcat screen reads that my user has just logged in to the Admin App, but I'm stuck in this endless loop.

pete

I've never seen this behaviour before. Does it happen after a virgin install or after some customizations ? Also, does it happen with all admin users ?

rotaryswing

I recycled tomcat and it happened. I only have one admin user and that is when it happens.

rotaryswing

I just created another admin user and the same thing happens.

pete

Maybe the Admin User has no role ?

rotaryswing

in the customers table, he has a type of 1 and group id of -1. This user was created by using a script from the forum to create an admin user

pete

Look in the kk_customers_to_role table and see whether he is associated to a role.

rotaryswing

That was it, he didn't have a role. I guess the script the forum did not associate him with a role, so I'll go in and create a new user from the admin panel and that should fix it. thnx!