mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Fixed bug (#2066)
This commit is contained in:
parent
cdc7ffce9f
commit
85e9eb71d3
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user