diff options
-rw-r--r-- | lib/setup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup.php b/lib/setup.php index 192fd134608..c7259d6b8ce 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -206,6 +206,7 @@ class OC_Setup { OC_User::createUser($username, $password); OC_Group::createGroup('admin'); OC_Group::addToGroup($username, 'admin'); + OC_User::login($username, $password); //guess what this does OC_Installer::installShippedApps(true); |