Good point.  I was using the standard auth_groups table and inheriting
all of its characteristics.  I suppose I could substitute my own
"groups" table and (a) turn off the automatic group creation for each
user and (b) take over control of the drop-down list and others.

-- Joe B.

On Feb 25, 5:42 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> I assume you make the drop down with
>
> IS_IN_DB(db, 'auth_group.id', '%(role)s')
>
> You can change it to
>
> IS_IN_DB(db(query), 'auth_group.id', '%(role)s')
>
> where query could be ~db.auth_group.role.like('user_%%') or something
> else.
>
> Massimo
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to