mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Signed-off-by: kejiang <ke.jiang@zilliz.com> Co-authored-by: kejiang <ke.jiang@zilliz.com>
This commit is contained in:
parent
8d072181a6
commit
dccb5da5c3
@ -518,13 +518,9 @@ func (m *MetaCache) GetCredentialInfo(ctx context.Context, username string) (*in
|
||||
EncryptedPassword: resp.Password,
|
||||
}
|
||||
m.UpdateCredential(credInfo)
|
||||
return credInfo, nil
|
||||
}
|
||||
|
||||
return &internalpb.CredentialInfo{
|
||||
Username: credInfo.Username,
|
||||
Sha256Password: credInfo.Sha256Password,
|
||||
}, nil
|
||||
return credInfo, nil
|
||||
}
|
||||
|
||||
func (m *MetaCache) ClearCredUsers() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user