Re: Re: blocked login
from
Rob Miller
on Mar 17, 2007 11:26 AM
On Mar 14, 2007, at 8:18 PM, Ben Mason wrote:
> I'm looking for a way of making it so that when a user logs in with a
> particular role, they are automatically redirected to a particular
> page
> (a membership upgrade page in my case).
>
> Any ideas?
like i said in my first reply, you can customize logged_in.cpy.
check for the roles on the user, change the status in the state
object, edit the .metadata file to redirect to your desired page on
your status.
-r