-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: Superuser cannot reset password without providing the old one. #40599
Comments
Hey @john-doe4! I'm here to help you with any bugs, questions, or contributions you have for Milvus. Let's tackle this issue together! The issue you're encountering seems to be related to the configuration and functionality of the Here are a few things to check and try:
If these steps do not resolve the issue, it might be necessary to look deeper into the Milvus codebase or consult additional documentation to understand if there are any version-specific issues or additional settings that need to be configured. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
I dont't admin can reset root's password. /unassign |
supported by #23733 it seems to be already supported on 2.4.13 |
@john-doe4 I will check it. |
Is there an existing issue for this?
Environment
Current Behavior
I am trying to reset the root user's password because I forgot my password after updating the default one.
According to this document, I have explicitly set
superUsers
inmilvus.yaml
as follows:I have created a user named admin, and set it as a superuser.
I expected that the admin user (as a superuser) would be able to reset root user's password.
However, this didn't work.
(Since changing authorizationEnabled to true or false took effect, I believe the settings in
milvus.yaml
are being applied.)How can I update the root password without having the old one?
Expected Behavior
A user listed in superUsers (such as admin) should be able to reset the root password without providing the old one.
Steps To Reproduce
Additionally, when I try to update the root user's password without providing the old_password parameter, I get another error:
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: