On Nov 12, 4:34 am, Wiiboy <[email protected]> wrote:
> Is there a way to not use first_name and last_name in an auth_table?
> I made an extension auth_table, but don't have a use for first and
> last_names.

Extend the Auth class in your own module.
This means that you redefine the elements you wish to change.
I use AuthS3() for my app & hence instantiate as: auth=AuthS3()

> If not, is there a way to hide a field with SQLFORM?

db.table.field.writable = False

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to