-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change users password via cli #95
Comments
For local users, yeah. Nice. This is the sort of thing I think should go into the |
Hi, |
I understood the original suggestion as:
Your question leads me to think that 1 is not always true (which is sensible) and that 2 is only herself. Either way, your question is valid as if an admin CLI user changes their own password, they would need to manually re-login with My opinion is:
How does this sound? |
just for clarification: by administrator do you mean that has role nx-admin? EDIT: in nx domain, a user to change it's own password must have nx-userschangepw priviledge granted, while needs nx-admin to change other user passwords. I think there could be some problems integration testing those scenarios since we don't have the creation of a new user already, maybe it's something that can be planned. |
Yes - I should have been specific, thanks! From a testing point of view it would be easier if user creation/management came before password changing. We could always hack the test setup externally (curl? I remember seeing user management in the REST API recently). |
It could be a good idea to allow the users for nexus-cli to change the password for existing users.
The text was updated successfully, but these errors were encountered: