From 1b44a253316a84f40070264ea8134c86d1223441 Mon Sep 17 00:00:00 2001
From: Andrew Godwin
Date: Fri, 18 Nov 2022 00:09:04 -0700
Subject: Signup and invite tweaks

---
 templates/emails/account_new.txt | 8 ++++++++
 templates/emails/new_account.txt | 8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 templates/emails/account_new.txt
 delete mode 100644 templates/emails/new_account.txt

(limited to 'templates/emails')

diff --git a/templates/emails/account_new.txt b/templates/emails/account_new.txt
new file mode 100644
index 0000000..73c7fa4
--- /dev/null
+++ b/templates/emails/account_new.txt
@@ -0,0 +1,8 @@
+Your email address was used to create a new account at {{config.site_name}} (https://{{settings.MAIN_DOMAIN}}).
+
+To confirm your new account, go to this link:
+
+https://{{settings.MAIN_DOMAIN}}/auth/reset/{{reset.token}}/
+
+If this was not you, then please ignore this message - your email will not be
+used to make an account if this link is not visited.
diff --git a/templates/emails/new_account.txt b/templates/emails/new_account.txt
deleted file mode 100644
index 73c7fa4..0000000
--- a/templates/emails/new_account.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Your email address was used to create a new account at {{config.site_name}} (https://{{settings.MAIN_DOMAIN}}).
-
-To confirm your new account, go to this link:
-
-https://{{settings.MAIN_DOMAIN}}/auth/reset/{{reset.token}}/
-
-If this was not you, then please ignore this message - your email will not be
-used to make an account if this link is not visited.
-- 
cgit v1.2.3