Not tested yet, but I guess you can do.
def user():
db.auth_user.first_name.label = "Name Label"
db.auth_user.last_name.label = "Family Name"
return dict(form=Auth())-- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ] On Tue, Apr 26, 2011 at 1:05 AM, Ab... <[email protected]> wrote: > How do I pass labels to auth forms ?

