Section
1.2.2
General
Upon successful login, inform users of the date and time of their last failed login. This will help them to identify attacks against the system by an attacker who has tried to or successfully compromised their account
Django

Django stores the date a user last logged in, but not the date/time of last failed login.

Natural Webagent
This is handled automatically when using EID authentication.