mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 18:16:36 +02:00
closes #365, allow guest posting. enabled from admin/settings, defaults to disabled
This commit is contained in:
@@ -140,6 +140,9 @@ var async = require('async'),
|
||||
}, {
|
||||
field: 'minimumPostLength',
|
||||
value: 8
|
||||
}, {
|
||||
field: 'allowGuestPosting',
|
||||
value: 0
|
||||
}, {
|
||||
field: 'minimumTitleLength',
|
||||
value: 3
|
||||
|
||||
Reference in New Issue
Block a user