Update to trunk

This commit is contained in:
Adam Zammit
2014-03-13 15:11:05 +11:00
3 changed files with 76 additions and 26 deletions
+3
View File
@@ -108,6 +108,9 @@ if (isset($_POST['submit']))
$htp->deleteUser($_POST["existing_username"]);
$htp->deleteUser($_POST["username"]);
$htp->addUser($_POST["username"],$_POST["password"]);
$htg = New Htgroup(HTGROUP_PATH);
$htg->deleteUserFromGroup($_POST["existing_username"],HTGROUP_INTERVIEWER);
$htg->addUserToGroup($_POST["username"],HTGROUP_INTERVIEWER);
}
$msg = T_("Successfully updated user");