mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
bug #3960: Use array as argument for User.passwd
This commit is contained in:
parent
0bc2987286
commit
136d8f3d21
@ -88,7 +88,7 @@ define(function(require) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Sunstone.runAction("User.passwd", "-1", pw);
|
||||
Sunstone.runAction("User.passwd", ["-1"], pw);
|
||||
return false;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user