开发者

Does Django logs usernames internally

开发者 https://www.devze.com 2022-12-16 05:11 出处:网络
All.. I have a Django site and to access it all the users have to go through the login page. My question is when a user is given a access through the login page to enter the site.Does Django logs th

All..

I have a Django site and to access it all the users have to go through the login page.

My question is when a user is given a access through the login page to enter the site.Does Django logs the username in any of the Django internal 开发者_JAVA技巧tables....

Thanks.......


Yes, the last_login column of the user's record in table auth_user is updated with the date/time of the successful login.

0

精彩评论

暂无评论...
验证码 换一张
取 消