mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
should be 2 not 10
This commit is contained in:
parent
fe7cb0be05
commit
6e6e24ad5c
@ -136,7 +136,7 @@ class SiteSetting < ActiveRecord::Base
|
|||||||
setting(:body_min_entropy, 7)
|
setting(:body_min_entropy, 7)
|
||||||
setting(:max_word_length, 30)
|
setting(:max_word_length, 30)
|
||||||
|
|
||||||
setting(:new_user_period_days, 10)
|
setting(:new_user_period_days, 2)
|
||||||
|
|
||||||
def self.call_mothership?
|
def self.call_mothership?
|
||||||
self.enforce_global_nicknames? and self.discourse_org_access_key.present?
|
self.enforce_global_nicknames? and self.discourse_org_access_key.present?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user