[web2py] Re: How do I modify the form on default/user/profile ?

2011-05-29 Thread Luis Goncalves
Hello Annet! Your example helps a lot! I'm not yet familiar enough with web2py/ python to realize that I could just extend the empty user() controller (and I don't think I came across an example in the web2py book or the online examples). Since I already had my own my_profile() controller, what

[web2py] Re: How do I modify the form on default/user/profile ?

2011-05-28 Thread annet
Hi Luis, I am not sure I understand your question correctly, but as far as I know default/user/profile is based on the auth_user table, to which you can add any field you want e.g. # Custom Auth table definition db.define_table(auth.settings.table_user_name, Field('username', length=20, uniq