mirror of https://github.com/apache/cloudstack.git
send password instead of username as password
This commit is contained in:
parent
c67a62bb3b
commit
4f4bc3dd9e
|
|
@ -486,7 +486,7 @@ function showVpnUsers() {
|
|||
if (!isValid) return;
|
||||
|
||||
var username = todb($thisDialog.find("#username").val());
|
||||
var password = todb($thisDialog.find("#username").val());
|
||||
var password = todb($thisDialog.find("#password").val());
|
||||
|
||||
$spinningWheel = $thisDialog.find("#spinning_wheel").show();
|
||||
$.ajax({
|
||||
|
|
|
|||
Loading…
Reference in New Issue