mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 04:53:28 +02:00
* moved some guild pages and account to twig
* fixed account create javascript warnings when fields are empty
This commit is contained in:
7
system/templates/account.welcome_mail.html.twig
Normal file
7
system/templates/account.welcome_mail.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
<h3>Dear player,</h3>
|
||||
<p>Thanks for your registration at <a href="{{ constant('BASE_URL') }}"><b>{{ config.lua.serverName }}</b></a></p>
|
||||
<br/><br/>
|
||||
Your login details:
|
||||
<p>Account {% if constant('USE_ACCOUNT_NAME') %}name{% else %}number{% endif %}: <b>{{ account }}</b></p>
|
||||
<p>Password: <b>************</b> (hidden for security reasons)</p>
|
||||
<p>Kind Regards,</p>
|
Reference in New Issue
Block a user