How we can remove all user roles from a module and create new one

0
Hi, I'm stuck in a different issue. I have removed all the user roles and created new one, but doesn't seems working, as application shows Login successful but user redirect back to login page. any suggestion?
asked
1 answers
3

 

Hi,

Once you add a new set of user roles after removing the old ones. You have to map the user roles in project security with the module roles.

The reason for your problem is that the System,Administration will not have any roles mapped from project security and after logging in still the user role will be anonymous. So once mapping the roles you should be able to login with no issues.

Hope this helps!

answered