mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-25 23:25:41 +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 |
||
|---|---|---|
| .. | ||
| tasks | ||
| auth.js | ||
| challenges.js | ||
| chat.js | ||
| content.js | ||
| coupon.js | ||
| debug.js | ||
| groups.js | ||
| hall.js | ||
| iap.js | ||
| members.js | ||
| modelsPaths.js | ||
| notifications.js | ||
| pushNotifications.js | ||
| quests.js | ||
| shops.js | ||
| status.js | ||
| tags.js | ||
| tasks.js | ||
| user.js | ||
| webhook.js | ||