diff --git a/html/ops/index.php b/html/ops/index.php
index 00877c4438..cd829709b2 100644
--- a/html/ops/index.php
+++ b/html/ops/index.php
@@ -13,6 +13,25 @@ db_init();
$title = "Project Management";
admin_page_head($title);
+// Notification area
+echo "
\n";
+
+if (!file_exists(".htaccess")) {
+ echo "- The Project Management directory is not
+ protected from public access by a .htaccess file.
\n";
+}
+
+if (parse_bool($config, "disable_account_creation")) {
+ echo "- Account creation is disabled.
\n";
+}
+
+if (defined('INVITE_CODES')) {
+ echo "- Account creation is restricted by the use of
+ invitation codes.
\n";
+}
+
+echo "
\n";
+
echo "