LetsTagOn / LetsTagOnThoughtClan

This is for development of a social media platform to promote volunteering and to bring together various players in the development sector. The technology stack is Java Script, Bootstrap UI framework, JSpring, Node.JS and MySQL. Looking for passionate developers to contribute to this platform development. Reach out to cskoulagi@gmail.com.
1 stars 0 forks source link

Forgot password link #44

Closed ChetanaKoulagi closed 6 years ago

ChetanaKoulagi commented 6 years ago

When clicked on the link sent to reset pwd when the user says Forgot password, it is redirecting to landing page and not yet showing window to enter new password.

Viswa-Vinod commented 6 years ago

It is showing me the window to enter password. I am unable to replicate the issue. This seems to be working.

Viswa-Vinod commented 6 years ago

sorry...I misunderstood. Let me check again.

Viswa-Vinod commented 6 years ago

I am seeing errors when I click on the submit button in the forgot password form. I have informed Ravi of the errors. They seem related to authenticating with the email server. Once that is cleared I will be able to investigate further.

Viswa-Vinod commented 6 years ago

Although I am not able to replicate the this issue because of the problem mentioned in the above comment, I think I have figured out the reason why it did not work for you. There was a missing html page change_password.html. I have found that page and placed it in the project folder structure. It should be resolved now. Again, once I push all the changes to the repo, please test and confirm.

ChetanaKoulagi commented 6 years ago

This seems to be fixed now.