Merge pull request #2495 from owncloud/skip_demo_users

Add option to generate the demo users
This commit is contained in:
David Christofas
2021-09-16 07:46:47 -04:00
committed by GitHub
6 changed files with 46 additions and 8 deletions
+3 -1
View File
@@ -538,7 +538,9 @@ func init() {
)
c := &accountsCfg.Config{
Server: accountsCfg.Server{},
Server: accountsCfg.Server{
DemoUsersAndGroups: true,
},
Repo: accountsCfg.Repo{
Disk: accountsCfg.Disk{
Path: dataPath,