diff --git a/mod.php b/mod.php
index f22e6985..13879292 100644
--- a/mod.php
+++ b/mod.php
@@ -195,6 +195,8 @@
$query->bindValue(':password', sha1($_POST['password']));
$query->bindValue(':type', $_POST['type'], PDO::PARAM_INT);
$query->execute() or error(db_error($query));
+
+ modLog('Create a new user: "' . $_POST['username'] . '"');
}
$body = '