diff --git a/files/templates/email/email_change.html b/files/templates/email/email_change.html
index 758926034..ffd16114c 100644
--- a/files/templates/email/email_change.html
+++ b/files/templates/email/email_change.html
@@ -9,8 +9,8 @@
For reference, here's your current information:
-
Username: {{v.email}}
-
Email: {{v.username}}
+
Username: {{v.username}}
+
Email: {{v.email}}
Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.
diff --git a/files/templates/email/email_verify.html b/files/templates/email/email_verify.html
index 44138e29f..9d6b0a59b 100644
--- a/files/templates/email/email_verify.html
+++ b/files/templates/email/email_verify.html
@@ -5,12 +5,12 @@
{% block content %}
Thanks for joining {{SITE_TITLE}}. We’re happy to have you on board. Please click the button below to verify your email address:
For reference, here's your username:
-
Username: {{v.email}}
-
Email: {{v.username}}
+
Username: {{v.username}}
+
Email: {{v.email}}
Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.
diff --git a/files/templates/email/password_reset.html b/files/templates/email/password_reset.html
index dddbfd826..e1ee45da8 100644
--- a/files/templates/email/password_reset.html
+++ b/files/templates/email/password_reset.html
@@ -9,8 +9,8 @@
For reference, here's your login information:
-
Username: {{v.email}}
-
Email: {{v.username}}
+
Username: {{v.username}}
+
Email: {{v.email}}
Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.