mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
34 lines
739 B
Twig
34 lines
739 B
Twig
Your account name, new password and new e-mail.<br/>
|
|
<table class="myaac-table" style="width: 100%;">
|
|
|
|
<thead>
|
|
<tr>
|
|
<th class="white">
|
|
<b>Your account name, new password and new e-mail</b>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
Account name: <b>{{ account.getName() }}</b><br/>
|
|
New password: <b>{{ newPassword }}</b><br/>
|
|
New e-mail address: <b>{{ newEmail }}</b><br/>
|
|
{{ statusMsg|raw }}
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
|
|
</table>
|
|
<br>
|
|
<table style="width: 100%">
|
|
<tr>
|
|
<td align="center">
|
|
<form action="{{ getLink('account/manage') }}" method="post">
|
|
{{ include('buttons.login.html.twig') }}
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|