|
|
|
@ -4304,9 +4304,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
partner.put("salt", salt);
|
|
|
|
|
partner.put("password_hash", pwdHash);
|
|
|
|
|
partner.put("password_aes", PasswordUtils.encryptAESPwd(pwd));
|
|
|
|
|
// deviceManager.deviceOffline(partner.getString("account_id"));
|
|
|
|
|
// clientAccountMapper.update(partner);
|
|
|
|
|
// signInAccountService.clearAccountCache(partner.getString("account_id"));
|
|
|
|
|
deviceManager.deviceOffline(partner.getString("account_id"));
|
|
|
|
|
clientAccountMapper.update(partner);
|
|
|
|
|
signInAccountService.clearAccountCache(partner.getString("account_id"));
|
|
|
|
|
partner.put("password", pwd);
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|