2020-05-05 20:22:22 +02:00
|
|
|
extends ../common/greetings
|
|
|
|
|
|
|
|
block title
|
2023-01-19 09:27:16 +01:00
|
|
|
| Email verification
|
2020-05-05 20:22:22 +02:00
|
|
|
|
|
|
|
block content
|
2023-01-19 09:27:16 +01:00
|
|
|
if isRegistrationRequest
|
|
|
|
p You just requested an account on #[a(href=WEBSERVER.URL) #{instanceName}].
|
|
|
|
else
|
|
|
|
p You just created an account on #[a(href=WEBSERVER.URL) #{instanceName}].
|
|
|
|
|
|
|
|
if isRegistrationRequest
|
|
|
|
p To complete your registration request you must verify your email first!
|
|
|
|
else
|
|
|
|
p To start using your account you must verify your email first!
|
|
|
|
|
|
|
|
p Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
|
|
|
|
p If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
|
|
|
|
p If you are not the person who initiated this request, please ignore this email.
|