KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: rotaryswing on September 04, 2008, 04:14:22 am

Title: Admin login looping
Post by: rotaryswing on September 04, 2008, 04:14:22 am
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.
Title: Re: Admin login looping
Post by: pete on September 04, 2008, 06:39:06 am
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 ?
Title: Re: Admin login looping
Post by: rotaryswing on September 04, 2008, 02:11:03 pm
I recycled tomcat and it happened. I only have one admin user and that is when it happens.
Title: Re: Admin login looping
Post by: rotaryswing on September 04, 2008, 02:13:18 pm
I just created another admin user and the same thing happens.
Title: Re: Admin login looping
Post by: pete on September 04, 2008, 02:16:29 pm
Maybe the Admin User has no role ?
Title: Re: Admin login looping
Post by: rotaryswing on September 04, 2008, 03:29:53 pm
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
Title: Re: Admin login looping
Post by: pete on September 04, 2008, 03:35:04 pm
Look in the kk_customers_to_role table and see whether he is associated to a role.
Title: Re: Admin login looping
Post by: rotaryswing on September 04, 2008, 03:55:01 pm
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!