Welcome Guest, Not a member yet? Register   Sign In
Routing to specific Controller with FreakAuth
#1

[eluser]Robert M.[/eluser]
Hi all together.

I use FreakAuth_Light and want to route to a specific controller for various users. For example i have 4 users -->

Code:
superadmin
admin
other_guy
user
When each of this users now want to log them in they get individual routed.

I want to route the superadmin to the normal admin interface from FreakAuth. The admin to an other controller and the other_guy to his specific controller. How can i achive this?
#2

[eluser]Robert M.[/eluser]
problem is still present
#3

[eluser]Phil Sturgeon[/eluser]
user the FAL check function.

Quote:if check(admin){

redirect('admincp/index');

}

else
{
redirect('home');
}




Theme © iAndrew 2016 - Forum software by © MyBB