- New API CreateAdministrator used by the setup wizard

SVN:code[4]
This commit is contained in:
Denis Flaven
2009-03-27 10:28:41 +00:00
parent 5bc46af9b6
commit 542ccb38e1
2 changed files with 22 additions and 3 deletions

View File

@@ -16,6 +16,12 @@
class UserRightsNull extends UserRightsAddOnAPI
{
// Installation: create the very first user
public function CreateAdministrator($sAdminUser, $sAdminPwd)
{
return true;
}
public function Setup()
{
return true;