mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
should be 2 not 10
This commit is contained in:
parent
fe7cb0be05
commit
6e6e24ad5c
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class SiteSetting < ActiveRecord::Base
|
|||
setting(:body_min_entropy, 7)
|
||||
setting(:max_word_length, 30)
|
||||
|
||||
setting(:new_user_period_days, 10)
|
||||
setting(:new_user_period_days, 2)
|
||||
|
||||
def self.call_mothership?
|
||||
self.enforce_global_nicknames? and self.discourse_org_access_key.present?
|
||||
|
|
Loading…
Reference in a new issue