mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Перенос шаблонов писем для смены E-mail в папку компонента email'ов
This commit is contained in:
14
common/emails/views/current-email-confirmation-html.php
Normal file
14
common/emails/views/current-email-confirmation-html.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @var string $key
|
||||
*/
|
||||
?>
|
||||
|
||||
<p>
|
||||
You want to change you account E-mail. Right? So you must pass the code below into field on site.
|
||||
</p>
|
||||
<p>Code: <?= $key ?></p>
|
||||
|
||||
<br />
|
||||
|
||||
<p><i>// P.S. yes, this is E-mail is not designed yet :)</i></p>
|
||||
Reference in New Issue
Block a user