On Nov 28, 11:51 pm, Constantine Vasil <thst...@gmail.com> wrote: > Hi Anthony, > > Yes I don't want to mess it up - the most important - > I don't want 'username'. I want the email to be the username. > > How to do that?
from gluon.tools import Auth auth = Auth(db) auth.define_tables(username=False) # book chapter 8 Access Control, section Authentication