1
0
mirror of https://github.com/elyby/accounts.git synced 2025-01-20 10:32:49 +05:30
accounts/api/mails/new-email-confirmation-text.php

13 lines
280 B
PHP

<?php
/**
* @var \common\models\Account $account
* @var string $key
*/
?>
This E-mail was specified as new for account <?= $account->username ?>. To confirm this E-mail, pass code below into form on site.
Code: <?= $key ?>
// P.S. yes, this is E-mail is not designed yet :)