X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45c855269d952873285f7a835e82fc2b3eff3971..2352b1096ea3b8301f06d3e5b072022ae08a2f73:/password_change.php diff --git a/password_change.php b/password_change.php index f8c47112..2dce99f9 100644 --- a/password_change.php +++ b/password_change.php @@ -83,7 +83,7 @@ if ($request->isPost()) { setcookie('tt_login', $user->login, time() + COOKIE_EXPIRE, '/'); // Redirect, depending on user role. if ($user->can('administer_site')) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); } elseif ($user->isClient()) { header('Location: reports.php'); } else {