Files
rothbard/app.py
Bryce f0601381ac fix: restore /reset-password-submit route
Commit 275820b added the sync-stats route by overwriting the first three
lines of reset_password_submit (decorator, def, and the uid lookup)
instead of inserting above them. That left the password reset body as
unreachable code after sync_stats() returned and unregistered the URL,
so the reset form POST returned 404.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-25 22:16:30 -07:00

23 KiB