array ("request", "string", ""), "pass" => array ("request", "string", ""), "passconf" => array ("request", "string", ""), ); getFields($fields); if (!$aws->login_exists($login)) { $error=$err->errstr(); include("aws_users.php"); exit(); } if ($pass) { if ($pass != $passconf) { $error = _("Passwords do not match"); include("aws_users.php"); exit(); }else{ if (!$aws->change_pass($login,$pass)) { $error=$err->errstr(); } else { $error = _("Password successfuly updated"); include("aws_users.php"); exit(); } } } include_once("head.php"); ?>

" /> " onclick="document.location='aws_users.php'"/>