yes. 1) add a field 'completed_registration' to the auth_user table and default to False 2) then in a model
if auth.user and not auth.user.completed_registration and not
URL()==URL('default','user'): redirect('default','user/profile'))
On Jul 1, 2011, at 8:32 AM, DanB wrote:
> fference between a
> new user and an existing user when using something like Janrain?

