diff options
Diffstat (limited to 'server/lib/emails/verify-email/html.pug')
-rw-r--r-- | server/lib/emails/verify-email/html.pug | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/server/lib/emails/verify-email/html.pug b/server/lib/emails/verify-email/html.pug deleted file mode 100644 index 19ef65f75..000000000 --- a/server/lib/emails/verify-email/html.pug +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | extends ../common/greetings | ||
2 | |||
3 | block title | ||
4 | | Email verification | ||
5 | |||
6 | block content | ||
7 | if isRegistrationRequest | ||
8 | p You just requested an account on #[a(href=WEBSERVER.URL) #{instanceName}]. | ||
9 | else | ||
10 | p You just created an account on #[a(href=WEBSERVER.URL) #{instanceName}]. | ||
11 | |||
12 | if isRegistrationRequest | ||
13 | p To complete your registration request you must verify your email first! | ||
14 | else | ||
15 | p To start using your account you must verify your email first! | ||
16 | |||
17 | p Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you. | ||
18 | p If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}] | ||
19 | p If you are not the person who initiated this request, please ignore this email. | ||