8 Commits

Author SHA1 Message Date
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
Whykioh 53a24326c8 again 2026-07-11 13:57:32 +02:00
Whykioh c5891d4b75 Fix response on login 2026-07-11 13:55:24 +02:00
Whykioh d92a7828a5 Send partner id on login 2026-07-11 13:52:20 +02:00
Whykioh 45e5f8d6c6 Fix syntax error 2026-07-11 10:11:31 +02:00
Whykioh 717dbd25b3 Add JWT to enhance security 2026-07-11 09:28:49 +02:00
Whykioh d7328ae9d3 Add pairing between users 2026-07-11 09:20:26 +02:00
Whykioh 81b1b3b835 Add User system 2026-07-11 09:13:29 +02:00