Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
e7652372
Commit
e7652372
authored
May 11, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge cms
parent
ab476185
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
412 additions
and
10 deletions
+412
-10
common/mail/passwordResetToken-html.php
common/mail/passwordResetToken-html.php
+395
-6
common/mail/passwordResetToken-text.php
common/mail/passwordResetToken-text.php
+13
-2
common/mail/sendNewPassword-text.php
common/mail/sendNewPassword-text.php
+4
-2
No files found.
common/mail/passwordResetToken-html.php
View file @
e7652372
This diff is collapsed.
Click to expand it.
common/mail/passwordResetToken-text.php
View file @
e7652372
...
...
@@ -3,10 +3,21 @@
/* @var $this yii\web\View */
/* @var $user common\models\User */
use
common\models\Settings
;
$resetLink
=
Yii
::
$app
->
urlManager
->
createAbsoluteUrl
([
'site/reset-password'
,
'token'
=>
$user
->
password_change_code
]);
?>
Hello
<?=
$user
->
fio
?>
,
Follow the link below to reset your password:
Добрый день!
Вам был сброшен пароль для сайта
<?=
Yii
::
$app
->
params
[
'frontUrl'
]
?>
.
Для продолжения работы перейдите по ссылке для ввода нового пароля:
<?=
$resetLink
?>
В целях безопасности просим Вас не передавать пароль третьим лицам.
С уважением, команда Task-On.
Если у Вас есть вопросы обратитесь к администратору сервиса на адрес
<?=
Settings
::
getValue
(
'content-support-email'
)
?>
\ No newline at end of file
common/mail/sendNewPassword-text.php
View file @
e7652372
...
...
@@ -3,11 +3,13 @@
/* @var $this yii\web\View */
/* @var $user common\models\User */
use
common\models\Settings
;
?>
Добрый день!
Уведомляем Вас о том, что Вы были зарегистрированы на сайте
{адрес сайта из настроек}
.
Уведомляем Вас о том, что Вы были зарегистрированы на сайте
<?=
Yii
::
$app
->
params
[
'frontUrl'
]
?>
.
Для входа используйте следующие пароли доступа:
Логин:
<?=
$user
->
email
;
?>
...
...
@@ -18,4 +20,4 @@
С уважением, команда Task-On.
Если у Вас есть вопросы обратитесь к администратору сервиса на адрес {адрес службы поддержки указанный в настройках}
\ No newline at end of file
Если у Вас есть вопросы обратитесь к администратору сервиса на адрес
<?=
Settings
::
getValue
(
'content-support-email'
)
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment