Nicolas R. schrieb: > at first, Merry Christmas to all! Same to you!
> I am looking for a way to disable a user after 10 failed login attempts. > I am currently using the default login mechanism provided by turbogears. > Is there a possibility to just activate this option or some kind of a > plugin? Or do I have to write the whole login procedure new? I'm assuming you talk about TG 1.x. No, there is no built-in functionality for this. You have to write your own identity provider subclass, which overwrites the validate_password method. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

