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

@@ -1307,4 +1307,8 @@ return array(
// 'Credentials' => '',
// 'New user' => '',
// 'This username is already taken' => '',
// 'A link to reset your password has been sent by email.' => '',
// 'Your profile must have a valid email address.' => '',
// 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '',
// 'TRL - Turkish Lira' => '',
);