Send full user information on deletion, not just the uuid

This commit is contained in:
Johannes Zellner
2016-04-03 01:41:47 +02:00
parent 1b7406784e
commit 65c6806109
5 changed files with 22 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<%if (format === 'text') { %>
Dear <%= username %>,
Dear <%= user.username || user.email %>,
Someone, hopefully you, has requested your <%= fqdn %>'s account password
be reset. If you did not request this reset, please ignore this message.