On Thu, Aug 21, 2014 at 3:39 PM, Anthony <[email protected]> wrote: > > Are you just using the welcome app as is with no modification? If not, please > show your code. >
I created an application (without using the wizard) and added: # coding: utf8 from gluon.tools import Auth auth = Auth(db) auth.define_tables(username=False,signature=False) to the model. I thought that was enough to get authentication working. If I try creating the same app with the wizard, everything works as expected. -- 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/d/optout.

