auth_user stores many fields. For registration, I would like to use only 
some of them. Is there a simple way to specify fields for registration form 
- except form.custom?

It would be great to just set the form

register_form = auth.register()

and then list the fields of auth_user to be used, like

register_form =[Field(A), Field(B), ...]

-- 

--- 
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