mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge branch 'master' of git.kde.org:owncloud
This commit is contained in:
commit
d75faac09e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue