We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be really helpful if it were possible to change the password for a user. Something like
passwd-user ${user-id} ${new-password}
The text was updated successfully, but these errors were encountered:
Actually, LeoManager already provide its command for "GUI-Console". We'll support that for "CUI" with next version.
https://github.com/leo-project/leo_manager/blob/develop/include/leo_manager.hrl#L147
Thank you.
Sorry, something went wrong.
Updated help to include advanced user commands
d1cbe65
In regards of leo-project/leofs#103 added help for the update-user-role and update-user-pw commands.
I have merged your codes in the develop-branch. Thank you.
yosukehara
No branches or pull requests
It would be really helpful if it were possible to change the password for a user. Something like
passwd-user ${user-id} ${new-password}
The text was updated successfully, but these errors were encountered: