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
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