Thanks! but it still does not help with Change Password form fields (old password, new password) - you can change them like auth.messages.old_password = 'Old Password Some Text' auth.messages.new_password = 'New Password Some Symbol'
But the colon still gets appended. IMHO, appending a colon should not be the default behaviour for labels. On Apr 26, 9:43 am, Bruno Rocha <[email protected]> wrote: > 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 ? > >

