Fix self-review regressions: throttle SASL SCRAM, key game target by UID, exclude keycard from password lockout
Some checks failed
CI / check (push) Has been cancelled

This commit is contained in:
Jean Chevronnet 2026-07-19 14:38:16 +00:00
parent 4599c4834d
commit c36341668c
No known key found for this signature in database
4 changed files with 28 additions and 10 deletions

View file

@ -165,7 +165,9 @@ impl GameServ {
gt,
meid,
from.account.is_some(),
target_acc.clone().unwrap_or_else(|| target.to_string()),
// Key the target by the same identity ident() uses (account, else UID),
// or a guest target's acc_b (their nick) never matches their later meid.
target_acc.clone().unwrap_or_else(|| tuid.clone()),
target_acc.is_some(),
from.nick.to_string(),
target.to_string(),