This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Parziphal 5501abab43 Fixed user mailer views.
They had test code... reverted to original state.
2014-01-21 22:35:15 -05:00

4 lines
309 B
PHP
Executable File

<p>Hello, <?= $this->h($this->user->pretty_name()) ?>. Your password has been reset to <code><?= $this->password ?></code>.</p>
<p>You can login to <?= $this->linkTo(CONFIG()->app_name, ["user#login", 'only_path' => false, 'host' => CONFIG()->server_host]) ?> and change your password to something else.</p>