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

You could set the the readable and writable attributes to False only if the 
scaffolding registration action is called:

if request.function == "user" and "register" in request.args:
    db.auth_user.custom_field.readable = db.auth_user.custom_field.writable 
= False

-- 

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