mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
move two user related "other" settings to "user"
This commit is contained in:
parent
a8ff5fe97c
commit
44c1a895b5
1 changed files with 4 additions and 5 deletions
|
@ -285,6 +285,10 @@ users:
|
||||||
default: false
|
default: false
|
||||||
email_token_valid_hours: 24
|
email_token_valid_hours: 24
|
||||||
email_token_grace_period_hours: 0
|
email_token_grace_period_hours: 0
|
||||||
|
purge_inactive_users_grace_period_days: 7
|
||||||
|
public_user_custom_fields:
|
||||||
|
type: list
|
||||||
|
default: ''
|
||||||
|
|
||||||
posting:
|
posting:
|
||||||
min_post_length:
|
min_post_length:
|
||||||
|
@ -792,10 +796,6 @@ uncategorized:
|
||||||
|
|
||||||
notify_about_flags_after: 48
|
notify_about_flags_after: 48
|
||||||
|
|
||||||
public_user_custom_fields:
|
|
||||||
type: list
|
|
||||||
default: ''
|
|
||||||
|
|
||||||
enable_cdn_js_debugging: false
|
enable_cdn_js_debugging: false
|
||||||
|
|
||||||
show_create_topics_notice:
|
show_create_topics_notice:
|
||||||
|
@ -807,7 +807,6 @@ uncategorized:
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
disable_edit_notifications: false
|
disable_edit_notifications: false
|
||||||
purge_inactive_users_grace_period_days: 7
|
|
||||||
|
|
||||||
company_full_name: 'My Unconfigured Forum Ltd.'
|
company_full_name: 'My Unconfigured Forum Ltd.'
|
||||||
company_short_name: 'Unconfigured Forum'
|
company_short_name: 'Unconfigured Forum'
|
||||||
|
|
Loading…
Reference in a new issue