Area: bug · Effort: XS\n\nWhat: Fix the resetPasswordExpires query to correctly verify the token has not expired.\n\nWhy: An incorrect comparison could allow expired tokens to be accepted.\n\nHints:\n- backend/src/auth/auth.service.ts line 296\n- Query should be WHERE resetPasswordExpires > NOW()
Area: bug · Effort: XS\n\nWhat: Fix the
resetPasswordExpiresquery to correctly verify the token has not expired.\n\nWhy: An incorrect comparison could allow expired tokens to be accepted.\n\nHints:\n-backend/src/auth/auth.service.tsline 296\n- Query should beWHERE resetPasswordExpires > NOW()