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
Some checks failed
CI / check (push) Has been cancelled
This commit is contained in:
parent
4599c4834d
commit
c36341668c
4 changed files with 28 additions and 10 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue