i've been mucking about trying different ways to customize my User class to inherit from TG_User but use emailAddress as the primary identifier. so far so good i think, but the problem i have now is that when i try to log in, tg is looking up the user based on userId, but i'm only passing in email and password.
how can i override byUserId() to point to byEmailAddress() in my subclass? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

