SimFG
SimFG
@jeffchuber You can solve this problem by merging the latest dev branch. If the user uses chromadb, the lower version 0.3.26 will be installed by default, because I need to...
hi, @vineetk20 please make the dev branch as the target branch. and you need put the test case in the `tests/unit_tests/manager`
@Durga-iB-Analytics i think the pr maybe have been deprecated
 it seems no create index privilege
@xiaofan-luan ok, i will check it out
@shatealaboxiaowang I tried it locally and found that authorizationEnabled should be in effect. You can enter the docker container of milvus, and then confirm whether the authorizationEnabled is successfully configured....
@binbinlv the `root` user's default password is `Milvus`. And the reason of listing collection is incorrect password, because new user's password is `binbin123`, not `2`.  
@1041787154 The root user's default password is `Milvus`. And if you want to update the `root` password, you should use the `update_password` api in the `pymilvus`, like: ``` utility.update_password(user, old_password,...
@binbinlv got it, I found out that this is caused by superUser config. When you set the `root` user is super user, it will skip the password verification.
I will change the default config in the master branch 