diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 20:47:00 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 20:47:00 -0500 |
commit | a5a9bd56b7fef8dfe8c2a9e90aac50ce7371da01 (patch) | |
tree | 28418a00a5814210967f2f821c6940eebba99b43 /app/Template/password_reset | |
parent | da3110ec8b02c77b659385a400d31d32e708fd3f (diff) |
Improve forget password behaviour
Notify the user that an email has been sent or not.
Diffstat (limited to 'app/Template/password_reset')
-rw-r--r-- | app/Template/password_reset/create.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/password_reset/create.php b/app/Template/password_reset/create.php index f43d95fc..862a02ba 100644 --- a/app/Template/password_reset/create.php +++ b/app/Template/password_reset/create.php @@ -5,6 +5,7 @@ <?= $this->form->label(t('Username'), 'username') ?> <?= $this->form->text('username', $values, $errors, array('autofocus', 'required')) ?> + <p class="form-help"><?= t('Your profile must have a valid email address.') ?></p> <?= $this->form->label(t('Enter the text below'), 'captcha') ?> <img src="<?= $this->url->href('CaptchaController', 'image') ?>" alt="Captcha"> |