mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
31 lines
625 B
Twig
31 lines
625 B
Twig
New password to your account is below. Now you can log in.<BR>
|
|
<table class="myaac-table" style="width: 100%;">
|
|
|
|
<thead>
|
|
<tr>
|
|
<th class="white"><b>Changed password</b></th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
New password: <b>{{ newPassword }}</b><br/>
|
|
Account name: <i>(Already on your e-mail)</i><br/>
|
|
{{ statusMsg|raw }}
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<br/>
|
|
<table style="width: 100%">
|
|
<tr>
|
|
<td align="center">
|
|
<form action="{{ getLink('account/manage') }}">
|
|
{% set button_name = 'Login' %}
|
|
{% include('buttons.base.html.twig') %}
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|