Em Sexta 05 Maio 2006 04:10, Rune Hansen escreveu: > > I would suggest that the line: > """ > if not identity.current.anonymous and identity.was_login_attempted(): > """ > is changed to: > """ > if not identity.current.anonymous and identity.was_login_attempted() > and not identity.get_identity_errors(): > """ > At least until someone that really understands the problem comes > along and fixes it ;)
Please, create a ticket for this on Trac. -- Jorge Godoy <[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 -~----------~----~----~----~------~----~------~--~---

