The SqlObject identity provider defaults to using identity's internal TG_Group class if you don't define a group class in your config. So you really do have a group class defined. If you check your database, you probably have a 'tg_group' table in there.
The SqlAlchemy identity provider doesn't do that. You need to define a group class in your config (as well as a permissions class). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

