Re: [Catalyst] Transferring control via root/auto

2010-12-09 Thread Thompson
How would you use a chained dispatch to solve a problem like this? Something that needs to be checked before allowing anything else (besides logging in) to happen and if so force them to a specific page? A simple example would help. I'm still have it in my head that this logic should be

[Catalyst] Transferring control via root/auto

2010-12-07 Thread Thompson
Here is my problem, If a user logs in for the 1st time I want to force them to change their password. I have a specific action in my Users controller to handle that. What I'm having a problem with is (redirecting or forwarding or detaching - i've tried them all) from the root/auto function to