I think you'd need different format arguments for auth_user and auth_group, as they both have formats specified.
Anthony On Sunday, October 30, 2011 9:48:04 AM UTC-4, Ray (a.k.a. Iceberg) wrote: > > Hi Massimo, > > How about add a new parameter to auth.define_tables()? As below. > > def define_tables(..., format=''%(first_name)s %(last_name)s (% > (id)s)"): > ... > db.define_table(..., format=format) > ... > > The idea is to let user has a change to customize it. Currently we can > override this value at all. > > Regards, > Ray >