Re: Logging failed login attempts

2011-04-18 Thread Jason McKellar
On Sat, Apr 16, 2011 at 9:57 AM, Gustavo Narea wrote: > - If you're using the repoze.who SQLAlchemy plugin, then you have > method in the User class to check the password, which you can use to > log wrong passwords. > - If you're using another repoze.who authenticator plugin, you'd have > to repla

Re: Logging failed login attempts

2011-04-16 Thread Gustavo Narea
Hello, Jason. On Apr 15, 9:49 pm, Jason McKellar wrote: > I'm using Repoze.what with Pylons 1.0 and I can't figure out how to > log failed login attempts. This would be extremely useful to see if > there are any brute force attempts on the application. I have logging > in the method that checks t

Logging failed login attempts

2011-04-15 Thread Jason McKellar
I'm using Repoze.what with Pylons 1.0 and I can't figure out how to log failed login attempts. This would be extremely useful to see if there are any brute force attempts on the application. I have logging in the method that checks the password, but this will not help if the username is incorrect.