To customize auth, have a look at: http://web2py.com/book/default/chapter/08#Customizing-Auth
For one thing, the table definitely needs to be placed between auth = Auth(globals(), db) and auth.define_tables()
To customize auth, have a look at: http://web2py.com/book/default/chapter/08#Customizing-Auth
For one thing, the table definitely needs to be placed between auth = Auth(globals(), db) and auth.define_tables()