diff --git a/views/bootstrap/class.GroupMgr.php b/views/bootstrap/class.GroupMgr.php
index e0cb49596..7d9e0e939 100644
--- a/views/bootstrap/class.GroupMgr.php
+++ b/views/bootstrap/class.GroupMgr.php
@@ -208,7 +208,7 @@ $(document).ready( function() {
print "
";
print " | ";
- print "" . htmlspecialchars($member->getFullName()) . " | ";
+ print "" . htmlspecialchars($member->getFullName()." (".$member->getLogin().")") ." ".htmlspecialchars($member->getEmail()). " | ";
print "" . ($group->isMember($member,true)?getMLText("manager"):" ") . " | ";
print "";
print "";
|