On Mar 11, 2011, at 10:14 AM, pbreit wrote:
> Can it be config'd?
> 
> self.settings.logged_url = self.url('user', args='profile')
> 
> if self.is_logged_in():
>             redirect(self.settings.logged_url)

Yes. But Auth.register is written to be called only when user/register is 
accessed. And bypassing the auth() call wreaks all sorts of havoc.

Reply via email to