diff --git a/templates/security/email/change_notice.html b/templates/security/email/change_notice.html index 915b83c4..b394607a 100644 --- a/templates/security/email/change_notice.html +++ b/templates/security/email/change_notice.html @@ -8,8 +8,9 @@
{{ _('Hello, %(username)s!', username=user.username) }}
+{{ _('Hello, %(name)s!', name=name) }}
{{ _('Your password has been successfully changed!') }}
-
+
{{ _('Hello, %(username)s!', username=user.username) }}
+{{ _('Hello, %(name)s!', name=name) }}
{{ _('You have received this message because your email address has been registered with Zenodo.') }}
{{ _('Verify yourself and confirm your email by clicking below.') }}
{{ _('Hello, %(username)s!', username=user.username) }}
+{{ _('Hello, %(name)s!', name=name) }}
{{ _('There was a request to reset your password.') }}
{{ _('If you did not make this request then please ignore this message.') }}
{{ _('Otherwise, please press the button below to change your password.') }}
diff --git a/templates/security/email/reset_notice.html b/templates/security/email/reset_notice.html index a28ecbc8..27d40d53 100644 --- a/templates/security/email/reset_notice.html +++ b/templates/security/email/reset_notice.html @@ -8,8 +8,9 @@{{ _('Hello, %(username)s!', username=user.username) }}
+{{ _('Hello, %(name)s!', name=name) }}
{{ _('Your password has been successfully reset!') }}