From 523e7544d0b644633f815c69f25a4f056043f0ba Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Tue, 21 Jul 2020 01:23:59 -0300 Subject: [PATCH] [IMPROVE] Change setting that blocks unauthenticated access to avatar to public (#18316) Co-authored-by: Diego Sampaio --- app/lib/server/startup/settings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/server/startup/settings.js b/app/lib/server/startup/settings.js index 5a9a6c0f5c18..30152a1c3338 100644 --- a/app/lib/server/startup/settings.js +++ b/app/lib/server/startup/settings.js @@ -529,6 +529,7 @@ settings.addGroup('Accounts', function() { this.add('Accounts_AvatarBlockUnauthenticatedAccess', false, { type: 'boolean', + public: true, }); return this.add('Accounts_SetDefaultAvatar', true, {