Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Recover Lost Password #4

Closed t-haich closed 7 years ago

t-haich commented 7 years ago

As a registered user, I want to be able to recover my password if I forget it so I can still access my account

honeychawla commented 7 years ago

Invalid username and email have been handled!

alexyuisingwu commented 7 years ago

basic functionality (email for link to reset password) done. Still lacking error message for invalid user input, actually secret keys/not very polished though.

honeychawla commented 7 years ago

Error message for invalid user input has been handled, as well as a success message

alexyuisingwu commented 7 years ago

Error message for incorrect reset link and success message for changing password handled. Login modal links still lead to incorrect places (merely appends "profile"/"forgotPassword" to end of /reset/ url. Password constraint (>0 characters) needs to be displayed for user in same format as constraints for other forms.

honeychawla commented 7 years ago

Login modal /profile link has been fixed