I don't understand what you mean with how is the user loging out? I used
the {{='auth' in globals() and auth.navbar(separators=(' ',' | ',''))}}
On Wednesday, August 29, 2012 4:37:45 PM UTC+2, Anthony wrote:
>
> 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
>
--