> > And not to go to default/index page but my specific school/index. I am > trying with auth.settings.logout_next=URL(r=request,c='school',f='index') > but it is not working. Where do I write this code? To controler or model? > If it is right at all >
You would put that code in the model, after defining auth. I would think it should work. How is the user logging out? Anthony --

