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
1 changed files with 2 additions and 0 deletions

View File

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