From 79d78a6afb8b46af58fa367af9c09386bfb4e50e Mon Sep 17 00:00:00 2001 From: devhadvani Date: Thu, 3 Oct 2024 13:59:42 +0530 Subject: [PATCH 1/2] Clarify username in password reset email template --- tabbycat/templates/registration/password_reset_email.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tabbycat/templates/registration/password_reset_email.html b/tabbycat/templates/registration/password_reset_email.html index 13f9406b8c2..7649adcf2c0 100644 --- a/tabbycat/templates/registration/password_reset_email.html +++ b/tabbycat/templates/registration/password_reset_email.html @@ -3,6 +3,10 @@ Hi, {{ user }}! {% endblocktrans %} +{% blocktrans trimmed %} +Your username is: {{ user }} +{% endblocktrans %} + {% blocktrans trimmed %} Someone asked for a password reset for the email address {{ email }} on the Tabbycat site at {{ protocol }}://{{ domain }}. {% endblocktrans %} @@ -12,4 +16,4 @@ {% blocktrans trimmed %} If this wasn't you, that probably means someone else typed your email address into the password reset form on the Tabbycat site at {{ protocol }}://{{ domain }}. -{% endblocktrans %} +{% endblocktrans %} \ No newline at end of file From e06175cc3dd4e02d86f38252047045beefe06d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Beaul=C3=A9?= Date: Thu, 3 Oct 2024 05:47:57 -0300 Subject: [PATCH 2/2] Re-add new line --- tabbycat/templates/registration/password_reset_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbycat/templates/registration/password_reset_email.html b/tabbycat/templates/registration/password_reset_email.html index 7649adcf2c0..52276f819a1 100644 --- a/tabbycat/templates/registration/password_reset_email.html +++ b/tabbycat/templates/registration/password_reset_email.html @@ -16,4 +16,4 @@ {% blocktrans trimmed %} If this wasn't you, that probably means someone else typed your email address into the password reset form on the Tabbycat site at {{ protocol }}://{{ domain }}. -{% endblocktrans %} \ No newline at end of file +{% endblocktrans %}