Hi, I am trying to redirect login users to different pages/controllers, depending on which group they belong to. What is the best way to do this? I am not too familiar with the syntax but my educated guess seems to indicated that it would be something similar to:
auth.settings.login_next = URL('index', args=db.auth_membership.group_id)
At the index controller, I will process request.vars to decide which controller
to redirect to.
Any tips?
Cheers,
Luther

