A good one. And for you initial requirement which was taking a particular
field out of the form (not choosing the whole set of fields that the
registration form should show), this is more compact, specially if you are
populating the scaffolding auth_user table with custom fields:
auth.settings.register_fields = db.auth_user.fields()
auth.settings.register_fields.remove("<field to remove>")
--
---
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.