Or if you really don't want to use them for any purpose, you can create a custom auth_user table without them: http://web2py.com/book/default/chapter/08#Customizing-Auth
On Wednesday, November 30, 2011 3:19:18 AM UTC-5, pbreit wrote: > > One way is to insert these lines in the user() function: > > db.auth_user.first_name.writable=False > db.auth_user.first_name.readable=False > db.auth_user.last_name.writable=False > db.auth_user.last_name.readable=False >

