Skip to content

Commit

Permalink
Updated header config for user accounts. Closes #1057 (#1058)
Browse files Browse the repository at this point in the history
Also added comment for simplifying enabling user accounts
  • Loading branch information
brollb committed Jan 18, 2018
1 parent 8777238 commit 575bf49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"BreadcrumbHeader": {
"pathRule": "history",
"disableUserProfile": false,
"cachePrefix": "deepforge-header"
},
"FloatingActionButton": {
Expand Down
5 changes: 5 additions & 0 deletions config/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ var config = require('./config.base'),
// Seeds for development are prefixed with 'dev'
config.seedProjects.basePaths = ['src/seeds/project', 'src/seeds/cifar10'];

// user accounts. uncomment the following for enabling user accounts
// config.authentication.enable = true;
// config.authentication.allowGuests = true;
// config.authentication.allowUserRegistration = true;

validateConfig(config);
module.exports = config;

0 comments on commit 575bf49

Please sign in to comment.