Lee McFadden schrieb: > On 12/14/06, Felix Schwarz <[EMAIL PROTECTED]> wrote: >> I found your blog entry[1] where you described how to override by_user_name >> but that >> didn't work for me... I just used your method but it is not called from >> SQLObjectIdentity.validate_identity. Obviously, only the SQLObject method is >> used... :-( > > I think this entry[1] would be more appropriate. For your > requirements you'd need something similar to:
Thank you very much for this perfect solution. Obviously, you can't *override* the method by_user_name() which was my problem. Instead specifying alternateMethodName is a nice way to circumvent that :-)) > > Hope this helps. It does! fs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

