mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-25 15:15:42 +00:00
* start work to avoid sending reset password in plaintext via email * start checking parameters * fix new password reset email * render error if password reset code is missing or invalid * implement POST route, conversion to bcrypt and messages * add auth.local.passwordResetCode field * add failing tests, move reset code validation func to lib, fixes, remove old tests * fix unit tests * fix page rendering and add integration tests * fix password reset page * add integration test * fix string * fix tests url |
||
|---|---|---|
| .. | ||
| controllers | ||
| libs | ||
| middlewares | ||
| models | ||
| .eslintrc | ||
| api-doc.js | ||
| index.js | ||
| server.js | ||