mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
added allowRegistration to install
This commit is contained in:
@@ -209,6 +209,9 @@ var async = require('async'),
|
||||
}, {
|
||||
field: 'allowGuestSearching',
|
||||
value: 0
|
||||
}, {
|
||||
field: 'allowRegistration',
|
||||
value: 1
|
||||
}, {
|
||||
field: 'minimumTitleLength',
|
||||
value: 3
|
||||
|
||||
Reference in New Issue
Block a user