[web2py] Re: Changing order of auth_user fields

2015-07-15 Thread Mat Miles
Has this functionality been added? On Wednesday, October 22, 2014 at 8:24:05 PM UTC-6, Massimo Di Pierro wrote: > > Please open a ticket about this. There is not a way but there should be. > > On Friday, 17 October 2014 16:50:37 UTC-5, Spokes wrote: >> >> I've added a middle name field to *auth_us

[web2py] Re: Changing order of auth_user fields

2014-10-22 Thread Anthony
Well, you could manually define the entire table, but there should be an easier way. A bit of a hack, but alternatively, I think you can manipulate the order of field names in db.auth_user._fields. Anthony On Wednesday, October 22, 2014 10:24:05 PM UTC-4, Massimo Di Pierro wrote: > > Please op

[web2py] Re: Changing order of auth_user fields

2014-10-22 Thread Massimo Di Pierro
Please open a ticket about this. There is not a way but there should be. On Friday, 17 October 2014 16:50:37 UTC-5, Spokes wrote: > > I've added a middle name field to *auth_user* by doing the following: > > auth.settings.extra_fields['auth_user']= [ > Field('middle_name', type = "string", le