feat/TS-5927-long-password-fix-case

This commit is contained in:
dmchen 2025-02-14 06:47:21 +00:00
parent cc3b883a43
commit c576b31f2e
1 changed files with 3 additions and 2 deletions

View File

@ -10053,8 +10053,9 @@ static int32_t translateCreateUser(STranslateContext* pCxt, SCreateUserStmt* pSt
}
else{
taosEncryptPass_c((uint8_t*)pStmt->password, strlen(pStmt->password), createReq.pass);
createReq.passIsMd5 = 1;
}
}
createReq.passIsMd5 = 1;
createReq.numIpRanges = pStmt->numIpRanges;
if (pStmt->numIpRanges > 0) {