feat/TS-5927-long-password-fix-case
This commit is contained in:
parent
cc3b883a43
commit
c576b31f2e
|
@ -10053,8 +10053,9 @@ static int32_t translateCreateUser(STranslateContext* pCxt, SCreateUserStmt* pSt
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
taosEncryptPass_c((uint8_t*)pStmt->password, strlen(pStmt->password), createReq.pass);
|
taosEncryptPass_c((uint8_t*)pStmt->password, strlen(pStmt->password), createReq.pass);
|
||||||
createReq.passIsMd5 = 1;
|
|
||||||
}
|
}
|
||||||
|
createReq.passIsMd5 = 1;
|
||||||
|
|
||||||
createReq.numIpRanges = pStmt->numIpRanges;
|
createReq.numIpRanges = pStmt->numIpRanges;
|
||||||
if (pStmt->numIpRanges > 0) {
|
if (pStmt->numIpRanges > 0) {
|
||||||
|
|
Loading…
Reference in New Issue