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

Reset password currently broken #57

Closed alexyuisingwu closed 7 years ago

alexyuisingwu commented 7 years ago

Clicking on reset password errors (not visible to user, but does nothing).

alexyuisingwu commented 7 years ago

Reset password now sends email correctly, but link token is currently not being decrypted properly.

alexyuisingwu commented 7 years ago

Reset password breaks in some situations (as secret key of app is being reset every time app.py is run), but otherwise works within single session.