Merge pull request #1772 from sparky8251/better-hidden-defaults

Hide new users from public API by default
This commit is contained in:
Vasily 2019-09-19 23:28:53 +03:00 committed by GitHub
commit a7358171cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ namespace MediaBrowser.Model.Users
public UserPolicy()
{
IsHidden = true;
EnableContentDeletion = false;
EnableContentDeletionFromFolders = Array.Empty<string>();