From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- templates/mail/auth/register_notify.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/mail/auth/register_notify.tmpl (limited to 'templates/mail/auth/register_notify.tmpl') diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl new file mode 100644 index 0000000..d3a668b --- /dev/null +++ b/templates/mail/auth/register_notify.tmpl @@ -0,0 +1,17 @@ + + + + + + + +{{$set_pwd_url := printf "%[1]suser/forgot_password" AppUrl}} + +

{{.locale.Tr "mail.hi_user_x" (.DisplayName|DotEscape)}}


+

{{.locale.Tr "mail.register_notify.text_1" AppName}}


+

{{.locale.Tr "mail.register_notify.text_2" .Username}}

{{AppUrl}}user/login


+

{{.locale.Tr "mail.register_notify.text_3" $set_pwd_url}}


+ +

© {{AppName}}

+ + -- cgit v1.2.3