aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/create-testuser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-testuser.php b/scripts/create-testuser.php
index 4f23354..4fa168b 100644
--- a/scripts/create-testuser.php
+++ b/scripts/create-testuser.php
@@ -9,4 +9,5 @@ require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php';
$us = SemanticScuttle_Service_Factory::get('User');
$us->addUser('test', 'test', 'test@example.org');
+$us->addUser('admin', 'admin', 'admin@example.org');
?> \ No newline at end of file