> > I am thinking for something. I am thinking of a generic tagging api which > wold allow you to tag any object using efficient many2many and use > hierarchical tags. > You would be able to tag users with group tags and efficiently search > groups for users and users by group. I have a prototype but it will not go > into the auth.py module. > would that be ok? >
an example in _scaffold is enough i think, learn from web2py auth, sometime user created table that even needed on the first place, e.g. auth_cas just a suggestion perhaps for web2py, it's nice to implement 'explicit better than implicit', e.g. explicitly define which auth's table will be created and modified the fields (add new fields, rename generated auth fields, deleted generated fieldsetc) 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/fa82e1ef-ba34-4451-b6ca-1c9c7c3902ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

