git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1830 87cf0b9e-d624-0410-a070-f6ee81989793
similarity index 100%
rename from modules/systemuser/accounts.php
rename to modules/systemuser/account.php
@@ -8,7 +8,7 @@ require_role(array(ROLE_CUSTOMER, ROLE_SYSTEMUSER));
title("System-Benutzeraccounts");
-$section = "systemuser_accounts";
+$section = "systemuser_account";
$account = NULL;
$role = $_SESSION['role'];
@@ -7,6 +7,7 @@ require_once('useraccounts.php');
require_role(ROLE_SYSTEMUSER);
title("Ihr Benutzeraccount");
$shells = available_shells();
@@ -8,7 +8,7 @@ require_role(ROLE_CUSTOMER);
title("Passwort neu setzen");
$account = get_account_details($_GET['uid']);