Ability to disable the drive for anonymous users

This commit is contained in:
yflory
2018-01-12 15:54:36 +01:00
parent db0d2e161c
commit d59bc4612d
5 changed files with 13 additions and 1 deletions

View File

@@ -68,5 +68,7 @@ define(function() {
config.displayCreationScreen = false;
config.disableAnonymousStore = true;
return config;
});