1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00
This commit is contained in:
Alejandro Huertas Herrero 2018-05-10 13:02:04 +02:00 committed by Tino Vázquez
parent cdc7ffce9f
commit 85e9eb71d3

View File

@ -449,7 +449,7 @@ cmd = CommandParser::CmdParser.new(ARGV) do
Changes the given User's password
EOT
command :passwd, passwd_desc, :userid, [:password, nil],
command :passwd, passwd_desc, [:username, :userid], [:password, nil],
:options=>auth_options do
if args[1]
pass = args[1]