You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Recreate the password reset fixes on top of develop so the diff is
based on the correct target branch
- Return UserNotFoundException for unknown password-reset email requests
- Improve password reset email payload and sender validation
- Reduce reset code TTL from 10 minutes to 5 minutes
- Address CodeRabbit feedback for commit timing, row locking,
timezone-aware datetimes, settings init, and migration defaults
## Tests
- .venv\Scripts\python.exe -m pytest
wacruit\src\tests\auth\test_auth_password_reset_service.py
wacruit\src\tests\mail\test_mail_service.py
- 21 passed, 1 warning
## Notes
- Previous PR #141 was closed because its branch history was not based
on develop.
- Local .env.test OCI mail settings were not included.
0 commit comments