the auth tables row contents are :
  auth_group.id auth_group.role auth_group.description  1 Admin Admin  2 
Cashier Cashier  3 Doctor Doctor 
  auth_membership.id auth_membership.user_id auth_membership.group_id  1 1 1  
2 1 2  3 2 2  4 3 3 
 auth_user.id auth_user.first_name auth_user.last_name auth_user.email 
auth_user.username  1 Admin
Admin
[email protected] admin
 2 Cashier Cashier
[email protected] cashier  3 Doctor Doctor [email protected] doctor


Any idea how to achieve it, without define another table to store roles?

Thanks and Best Regards,
stifan

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to