From 4f4bc3dd9e0da8fec23edd143ec009da101b8438 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Thu, 4 Nov 2010 16:27:52 -0700 Subject: [PATCH] send password instead of username as password --- ui/scripts/cloud.core.ipaddress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/cloud.core.ipaddress.js b/ui/scripts/cloud.core.ipaddress.js index 344869dbdf9..dd110432dfa 100644 --- a/ui/scripts/cloud.core.ipaddress.js +++ b/ui/scripts/cloud.core.ipaddress.js @@ -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({