We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e210e commit 45ca04eCopy full SHA for 45ca04e
webroot/admin/user-mgmt.php
@@ -41,6 +41,7 @@
41
echo "<tr>";
42
echo "<td>" . $user->getFirstname() . " " . $user->getLastname() . "</td>";
43
echo "<td>" . $user->getUID() . "</td>";
44
+ echo "<td>" . $user->getPIGroup() . "</td>";
45
echo "<td>" . $user->getOrg() . "</td>";
46
echo "<td><a href='mailto:" . $user->getMail() . "'>" . $user->getMail() . "</a></td>";
47
echo "<td>";
0 commit comments