diff --git a/templates/registration/login.html b/templates/registration/login.html index f4226d7d..ddec89a2 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -29,6 +29,15 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block title %}{% trans "Log in" %}{% endblock %} {% block content %} + {% if user.is_authenticated %} +
+ {% blocktrans trimmed %} + You are authenticated as {{ username }}, but are not authorized to + access this page. Would you like to login to a different account? + {% endblocktrans %} +
+ {% endif %} +