mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-28 16:34:29 +02:00
8 lines
450 B
Twig
8 lines
450 B
Twig
<h3>Your account name and new password!</h3>
|
|
<p>Changed password and e-mail to your account in Lost Account Interface on server <a href="{{ constant('BASE_URL') }}"><b>{{ config('lua')['serverName'] }}</b></a></p>
|
|
<p>Account name: <b>{{ account.getName() }}</b></p>
|
|
<p>New password: <b>{{ newPassword }}</b></p>
|
|
<p>E-mail: <b>{{ $newEmail }}</b> (this e-mail)</p>
|
|
<br/>
|
|
<p><u>It's automatic e-mail from OTS Lost Account System. Do not reply!</u></p>
|