Anthony: 

Here's how I did it (db.py):

auth = Auth(db2)

auth.settings.extra_fields['auth_user'] = [
  Field('tipo_asunto', 'list:reference tipos_de_asunto'),
  Field('modificar_numero_asunto', 'boolean'),
  Field('cancelar_numero_asunto', 'boolean'),
  Field('capturar_nuevas_unidades', 'boolean'),
  Field('acceso_configurar_sistema', 'boolean'),
  Field('capturar_num_asunto_cualquier_unidad', 'boolean'),
  Field('modificar_carta_porte', 'boolean'),
  Field('unidades_asignadas', 'list:reference unidades')
]

auth.define_tables(username=True, signature=False)

db2.auth_user.email.readable = False
db2.auth_user.email.writable = False

Should I use a custom auth_user table?

Regards.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to