1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-17 08:18:18 +03:00
ifhub.club/templates/skin/habra/notify.registration_activate.tpl

10 lines
697 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Вы зарегистрировались на сайте <a href="{$DIR_WEB_ROOT}">{$SITE_NAME}</a><br>
Ваши регистрационные данные:<br>
&nbsp;&nbsp;&nbsp;логин: <b>{$oUser->getLogin()}</b><br>
&nbsp;&nbsp;&nbsp;пароль: <b>{$sPassword}</b><br>
<br>
Для завершения регистрации вам необходимо активировать аккаунт пройдя по ссылке:
<a href="{$DIR_WEB_ROOT}/registration/activate/{$oUser->getActivateKey()}/">{$DIR_WEB_ROOT}/registration/activate/{$oUser->getActivateKey()}/</a>
<br><br>
С уважением, администрация сайта <a href="{$DIR_WEB_ROOT}">{$SITE_NAME}</a>