diff --git a/include/maintainer.php b/include/maintainer.php
index 554c7fb..31f0215 100644
--- a/include/maintainer.php
+++ b/include/maintainer.php
@@ -506,6 +506,14 @@ class maintainer
echo "
\n";
echo "iMaintainerId\" />";
+
+ /* User name */
+ $oSubmitter = new user($this->iUserId);
+ echo html_tr(array(
+ array("User name", 'style="text-align:right" class="color0"'),
+ $oSubmitter->objectMakeLink()
+ ));
+
/**
* Show the other maintainers of this application, if there are any
*/