registration fix

This commit is contained in:
2024-02-05 23:58:48 +03:00
parent 5cfd591140
commit eb1abd41e5
13 changed files with 83 additions and 10 deletions

View File

@ -4,7 +4,7 @@
/* @var $user common\models\User */
?>
Hello <?= $user->username ?>,
<p>Здравствуйте, <b><?= $user->username ?></b></p> ,
You have successfully registered!
Благодорим за регистрацию.

View File

@ -4,7 +4,7 @@
/* @var $user common\models\User */
?>
Hello <?= $user->username ?>,
Здравствуйте, <?= $user->username ?>,
You have successfully registered!
Благодорим за регистрацию.