[web2py] Re: auth.messages.logged_out not flashing unless next redirect specified

2012-04-01 Thread Massimo Di Pierro
do you have an auth.settings.logout_next = ... somewhere? Try add a print request.env.path_info in the db.py. I suspect somehow in the latter case you have two redirects and that causes the flash do be eaten by the first redirect On Sunday, 1 April 2012 12:55:28 UTC-5, weheh wrote: Is

[web2py] Re: auth.messages.logged_out not flashing unless next redirect specified

2012-04-01 Thread Massimo Di Pierro
In gluon/tools.py there is self.settings.logout_next = URL('index') On Sunday, 1 April 2012 22:37:12 UTC-5, weheh wrote: I did a global search with eclipse and couldn't find anything that set auth.settings.logout_next. I am inspecting request.env.path_info through eclipse and it takes on a