mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08: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(: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…
Add table
Add a link
Reference in a new issue