I recently found out how to add an additional field to the auth_user table, 
but then I found that the registration page for a new user has a spot in 
the form to input a value for the extra field. In many cases, this is 
desired, but I want this particular field to not appear in the registration 
form. It is set to default to None, so the database doesn't complain about 
not getting a value for it, but I need to remove the field's input line 
from the form. Do I just need to write a custom form and a custom handler 
for the post, or is there an easy way to do this?

Thanks.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to