>
> if auth.user and not auth.user.complete_registration: 
>     if not (request.controller,request.function) == 
> ('default','user'): 
>         redirect(URL('default','user/profile')) 
>

Are you getting an error, or is it just not redirecting at all? In either 
case, change the URL call to URL('default', 'user', args='profile').

Anthony 

Reply via email to