change message when logging in to show email instead of username

This commit is contained in:
Thomas Steen Rasmussen 2017-04-13 11:21:20 +02:00
parent f1c324f003
commit ec53bae454

View file

@ -0,0 +1,2 @@
{% load account %}
Successfully signed in as {{ user.email }}