I have created a working Django application. I am using django-allauth for implementing social-account authentication.
Now, suppose I am logged-in inside my application using an e-mail id whose user does not have a staff access and, if I open admin login page directly, the admin login page is displayed as follows:

My question is: how can I stop Django from displaying the message "Successfully signed in as ... "? Where is the source of this message present?