Improve forget password behaviour

Notify the user that an email has been sent or not.
This commit is contained in:
Frederic Guillot
2017-01-29 20:47:00 -05:00
parent da3110ec8b
commit a5a9bd56b7
28 changed files with 108 additions and 2 deletions

View File

@@ -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">