If I understand you added a Field to auth_user but you do not want to display it in forms. You can do
db.auth_user.fieldname.writable=db.auth_user.readable=False On Jan 21, 11:01 pm, alain <[email protected]> wrote: > I have enabled the built-in auth module and it is working fine. > However each form has an > extra form: label in its html. How do I get rid of it? It is not my > app css (I removed it and same things happens). Same proble with the > reddit example if I add the auth module to it. > > http://localhost:8000/myApp/default/user/groups > > shows .. > > form > : > user_1(1) > > Group uniquely assigned to user 1 > > help, thank you. > > -A -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

