Concerning the code tracing of web2py modules: it was my fault, I used a compiled version of my app. Sorry, for that.
I tried to recreate the auth tables (drop <auth tables> and auth.define_tables()) but it didn't work: the commit() seems to work well (migrate=True) but no tables had been created... On Sunday, November 24, 2013 11:52:46 PM UTC-5, Julien Courteau wrote: > > Environment: web2py 2.3.2, ubuntu 13.10, firefox / chrome > > From a new app @auth.requires_login() works fine. > But with my current application the requires_login redirect me silently to > my default/index page without presenting me the login page. I tried to set > breakpoints (using pdb or dbg) into the gluon/tools.py module to diagnose > the problem without success . For this application the access control > mecanism stopped working after a web2py updates (I don't recall which one). > Could you please give me some advices on how to proceed in order to solve > this problem? > Thanks. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

