Files
watchgether-api/controllers
Whykioh a60d7bf69f Fix login lockout message being silently overridden
UserController::login() always echoed a generic "wrong credentials"
message on failure, discarding whatever User::login() returned - so a
locked-out account got the same message as a plain typo, with no way
to tell the user to wait instead of retrying immediately.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-12 18:21:49 +02:00
..