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:
parent
a8e9aa4d0d
commit
6bc190b672
@ -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');
|
||||
?>
|
Loading…
Reference in New Issue
Block a user