Namespace and ClassPath rewrites
This commit is contained in:
6
Core/Templates/mail/2fa_remove.twig
Normal file
6
Core/Templates/mail/2fa_remove.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
Hello {{ username }},<br><br>
|
||||
this is a notification, that 2FA-Authorization was removed from your account. If this was intended, you can simply ignore this email.<br>
|
||||
Otherwise contact the <a href="mailto:{{ sender_mail }}">Administration</a> immediately!<br><br>
|
||||
|
||||
Best Regards<br>
|
||||
{{ site_name }} Administration
|
||||
8
Core/Templates/mail/accept_invite.twig
Normal file
8
Core/Templates/mail/accept_invite.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
Hello {{ username }},<br><br>
|
||||
You were invited to create an account on {{ site_name }}. Please click on the following link to confirm your email address and complete your registration by choosing a new password.
|
||||
If you want to decline the invitation, you can simply ignore this email. The link is valid for {{ valid_time }}:<br><br>
|
||||
|
||||
<a href="{{ link }}">{{ link }}</a><br><br>
|
||||
|
||||
Best Regards<br>
|
||||
{{ site_name }} Administration
|
||||
8
Core/Templates/mail/confirm_email.twig
Normal file
8
Core/Templates/mail/confirm_email.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
Hello {{ username }},<br><br>
|
||||
You recently created an account on {{ site_name }}. Please click on the following link to confirm your email address and complete your registration.<br>
|
||||
If you haven't registered an account, you can simply ignore this email. The link is valid for {{ valid_time }}:<br><br>
|
||||
|
||||
<a href="{{ link }}">{{ link }}</a><br><br>
|
||||
|
||||
Best Regards<br>
|
||||
{{ site_name }} Administration
|
||||
8
Core/Templates/mail/reset_password.twig
Normal file
8
Core/Templates/mail/reset_password.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
Hello {{ username }},<br>
|
||||
you requested a password reset on {{ site_name }}. Please click on the following link to choose a new password. <br>
|
||||
If this request was not intended, you can simply ignore the email. The Link is valid for {{ valid_time }}:<br><br>
|
||||
|
||||
<a href="{{ link }}">{{ link }}</a><br><br>
|
||||
|
||||
Best Regards<br>
|
||||
{{ site_name }} Administration
|
||||
Reference in New Issue
Block a user