auth.define_tables(username=True)
On Sunday, 26 May 2013 22:41:09 UTC-5, marco mansilla wrote: > > El Mon, 27 May 2013 13:00:11 +1000 > Alec Taylor <[email protected] <javascript:>> escribió: > > > Is it possible to login to web2py by ID rather than by email? > > > > Thanks for all information, > > > > Alec Taylor > > > > if you mean something like username yes... and there are some ways to > hardcode the behaviour for this field to take the id value... > > when you define a username field, automatically auth asks for it > instead of email. > > Marco. > -- --- 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.

