From a40121111efdaac2322cfe7230b1dc9a90a9749e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Jan 2017 14:58:28 -0300 Subject: [PATCH] Max Red - modified registration setting in fixtures [skip ci] --- client/src/data/fixtures/system-fixtures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/data/fixtures/system-fixtures.js b/client/src/data/fixtures/system-fixtures.js index ecf3916e..ddff91bd 100644 --- a/client/src/data/fixtures/system-fixtures.js +++ b/client/src/data/fixtures/system-fixtures.js @@ -20,7 +20,7 @@ module.exports = [ 'smtp-user': 'Wesa', 'maintenance-mode': false, 'allow-attachments': true, - 'registration': false, + 'registration': true, 'max-size': 500, 'departments': [ {id: 1, name: 'Sales Support', owners: 2},