[Answered ]-Displaying the correct django authentication framework information in custom admin page

1👍

I think they use display using this function:

get_session_auth_hash() which is a part of the base abstract user in django.contrib.auth.base_user

👤Swift

Leave a comment