> > Hmm, I added that line (`auth.navbar(referrer_actions=['register', > 'profile', 'login'])`) below `auth.settings.login_next = > URL(f='profile')` in db.py, and it changed the way the problem occurs. >
No, you don't want 'login' to be one of the referrer_actions -- that will cause it to redirect to the referring page rather than the auth.settings.login_next URL. Anthony

