imc-vibe/backend
Christoph Haas abd7e3a97f Remove password reset functionality
Backend:
- Remove ForgotPassword API handler
- Remove password reset token model and database table
- Remove email service for sending reset emails
- Remove SMTP configuration

Frontend:
- Remove /auth/forgot page
- Remove forgot password link from login page
- Remove forgot route from auth-only routes check
2026-03-23 22:35:30 +01:00
..
cmd/server Restore --reset-admin-password flag for CLI admin password reset 2026-03-23 21:58:41 +01:00
internal Remove password reset functionality 2026-03-23 22:35:30 +01:00
.air.toml Fix .air.toml configuration and add PATH for air binary 2026-03-23 21:50:19 +01:00
.env.example Security fixes 2026-03-23 01:09:26 +01:00
go.mod Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00
go.sum Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00