| 4 | | * inside `retrieve_password` function: if `$user_login` is empty and `$_POST['user_login']` is set, `$user_login` get `$_POST['user_login']` value; then, I updated the following IF statement to check only the value of `$user_login`. |
| 5 | | * inside `user-profile.js` file, I updated the `addInlineNotice` function: now the `resultDiv` prints html, because the output message can be html, and uses a fadeIn, useful if the user click the button again. |
| | 4 | * inside `retrieve_password` function: if `$user_login` is empty and `$_POST['user_login']` is set, `$user_login` gets `$_POST['user_login']` value; then, I updated the following IF statement to check only the value of `$user_login`. |
| | 5 | * inside `user-profile.js` file, I updated the `addInlineNotice` function: now the `resultDiv` prints html, because the output message can be html, and uses a fadeIn, useful if the user clicks the button again. |