mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 04:23:26 +02:00
* moved some guild pages and account to twig
* fixed account create javascript warnings when fields are empty
This commit is contained in:
11
system/templates/mail.account.verify.plain.html.twig
Normal file
11
system/templates/mail.account.verify.plain.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
Hello!
|
||||
|
||||
Thank you for registering on {{ config.lua.serverName }}!
|
||||
|
||||
Here are the details of your account:
|
||||
Account {% if constant('USE_ACCOUNT_NAME') %}Name{% else %}Number{% endif %}: {{ account }}
|
||||
Password: ************ (hidden for security reasons)
|
||||
|
||||
To verify your email address please click the link below:
|
||||
{{ verify_url }}
|
||||
If you haven't registered on {{ config.lua.serverName }} please ignore this email.
|
Reference in New Issue
Block a user