Hide new users from public API by default

This commit is contained in:
sparky8251 2019-09-19 15:16:57 -04:00
parent 8ba86fe272
commit 44a3e0a97b
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>();