create admin user, too

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@574 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-11-26 08:18:11 +00:00
parent a8e9aa4d0d
commit 6bc190b672

View File

@ -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');
?>