Skip to content

Commit

Permalink
Change identity attributes to false
Browse files Browse the repository at this point in the history
  • Loading branch information
apozohue10 committed Oct 9, 2019
1 parent 57780b3 commit 0362768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ config.eidas = {
// Enables the possibility of adding identity attributes in users' profile
config.identity_attributes = {
/* eslint-disable snakecase/snakecase */
enabled: true,
enabled: false,
attributes: [
{name: 'Vision', key: 'vision', type: 'number', minVal: '0', maxVal: '100'},
{name: 'Color Perception', key: 'color', type: 'number', minVal: '0', maxVal: '100'},
Expand Down
2 changes: 1 addition & 1 deletion extras/docker/config.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ config.eidas = {
// Enables the possibility of adding identity attributes in users' profile
config.identity_attributes = {
/* eslint-disable snakecase/snakecase */
enabled: true,
enabled: false,
attributes: [
{name: 'Vision', key: 'vision', type: 'number', minVal: '0', maxVal: '100'},
{name: 'Color Perception', key: 'color', type: 'number', minVal: '0', maxVal: '100'},
Expand Down
2 changes: 1 addition & 1 deletion test/config_test.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ config.eidas = {
// Enables the possibility of adding identity attributes in users' profile
config.identity_attributes = {
/* eslint-disable snakecase/snakecase */
enabled: true,
enabled: false,
attributes: [
{name: 'Vision', key: 'vision', type: 'number', minVal: '0', maxVal: '100'},
{name: 'Color Perception', key: 'color', type: 'number', minVal: '0', maxVal: '100'},
Expand Down

0 comments on commit 0362768

Please sign in to comment.