Add hide_local_users_for_anonymous setting
This commit is contained in:
parent
bf0d6fd2f5
commit
650cfae270
6 changed files with 13 additions and 2 deletions
|
@ -36,6 +36,7 @@ class Form::AdminSettings
|
|||
captcha_enabled
|
||||
ng_words
|
||||
enable_block_emoji_reaction_settings
|
||||
hide_local_users_for_anonymous
|
||||
).freeze
|
||||
|
||||
INTEGER_KEYS = %i(
|
||||
|
@ -57,6 +58,7 @@ class Form::AdminSettings
|
|||
require_invite_text
|
||||
captcha_enabled
|
||||
enable_block_emoji_reaction_settings
|
||||
hide_local_users_for_anonymous
|
||||
).freeze
|
||||
|
||||
UPLOAD_KEYS = %i(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue