Improve forget password behaviour
Notify the user that an email has been sent or not.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user