Re: Addition of failed login signal

2012-01-30 Thread Bruno ReniƩ
On Sun, Jan 15, 2012 at 7:06 AM, Darren Spruell wrote: > Greetings, > > As an enhancement to the existing collection of signals I wanted to > propose the addition of a signal for the event of an unsuccessful > login. Currently django.contrib.auth supports user_logged_in and > user_logged_out for s

Addition of failed login signal

2012-01-27 Thread Darren Spruell
Greetings, As an enhancement to the existing collection of signals I wanted to propose the addition of a signal for the event of an unsuccessful login. Currently django.contrib.auth supports user_logged_in and user_logged_out for successful events. Addition of e.g. user_failed_login would allow th