> Yes I did end up with two tables, > with one holding a superset of the data in another.
That's perfectly OK and as expected. TG_User is declared as InheritableSQLObject and that's the way inheritance works in SQLObject. Personally, I do not like it and create my own User class that does not inherit from TG_User but merely copies some of the attributes used by framework, like userId and emailAddress. HTH, Max. // http://maxischenko.in.ua. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

