Skip to content

Commit

Permalink
[IMPROVE] Change setting that blocks unauthenticated access to avatar…
Browse files Browse the repository at this point in the history
… to public (#18316)

Co-authored-by: Diego Sampaio <chinello@gmail.com>
  • Loading branch information
djorkaeffalexandre and sampaiodiego authored Jul 21, 2020
1 parent 47d1438 commit 523e754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/server/startup/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ settings.addGroup('Accounts', function() {

this.add('Accounts_AvatarBlockUnauthenticatedAccess', false, {
type: 'boolean',
public: true,
});

return this.add('Accounts_SetDefaultAvatar', true, {
Expand Down

0 comments on commit 523e754

Please sign in to comment.