Closed anpr closed 6 years ago
Hi,
Thanks for the very useful library :) I noticed that Django's last_login attribute is not set upon authentication. Could you add this?
last_login
Thanks
Done, last_login now updates each time the authenticate function runs successfully.
Thanks for this suggestion. Regards.
Hi,
Thanks for the very useful library :) I noticed that Django's
last_login
attribute is not set upon authentication. Could you add this?Thanks