Section
1.2.3
Top Level
Sub Level
General
Upon successful login, inform users of the date and time of their last successful login. This will help them to identify misuse of the system by an attacker who has compromised their account
Django
Stored in the django.contrib.auth.models.User.last_login
attribute.
Natural Webagent
This is handled automatically when using EID authentication.