mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-19 20:13:27 +02:00
* moved some guild pages and account to twig
* fixed account create javascript warnings when fields are empty
This commit is contained in:
27
system/templates/account.created.verify.html.twig
Normal file
27
system/templates/account.created.verify.html.twig
Normal file
@@ -0,0 +1,27 @@
|
||||
Your account has been created.<br/><br/>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
||||
<tr>
|
||||
<td bgcolor="{{ config.vdarkborder }}" class="white"><b>Account Created</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="{{ config.darkborder }}">
|
||||
<table border="0" cellpadding="1">
|
||||
<tr>
|
||||
<td>
|
||||
{% if constant('USE_ACCOUNT_NAME') %}
|
||||
{% set account_type = 'name' %}
|
||||
{% else %}
|
||||
{% set account_type = 'number' %}
|
||||
{% endif %}
|
||||
<br/>Your account {{ account_type }} is <b>{{ account }}</b>.
|
||||
|
||||
You will need the account {{ account_type }} and your password to play on {{ config.lua.serverName }}.
|
||||
Please keep your account {{ account_type }} and password in a safe place and
|
||||
never give your account {{ account_type }} or password to anybody.<br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/><br/>
|
Reference in New Issue
Block a user