inapub / socialconnect

0 stars 0 forks source link

Account password reset function is not working #17

Open inapub opened 5 years ago

inapub commented 5 years ago

On the login page , a registered user is unable to reset the password by following the Forgot Password procedure.

Screenshot 2019-04-04 at 10 26 11

When a user attempts to reset the password by clicking on the link the following happens:

  1. The user's password gets reset
  2. The blank page comes up with no notifications or options to return to previous page

Screenshot 2019-04-04 at 10 25 45

The below functionality should be in place which it's not currently operating:

  1. After the password is reset a notification page should be displayed on Inapub website confirming that user's password has been successfully reset and an email with instructions on how to update the password has been sent to user.
  2. The user should receive a notification email containing the username and steps on how to change the password.
  3. By following the link on an email, a user should be directed to Inapub website where the new password can be set.