On 9/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > A simliar question, if the log-in authentication fails, how can I tell > if the username failed or the password failed?
Unfortunately, Identity makes it really hard to do this--the provider is defined as returning either the identity, or None. I haven't found a simple way, short of manually checking it in app code after the identity failure occurs. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

