send password instead of username as password

This commit is contained in:
Chiradeep Vittal 2010-11-04 16:27:52 -07:00
parent c67a62bb3b
commit 4f4bc3dd9e
1 changed files with 1 additions and 1 deletions

View File

@ -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({