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

Hide new users from public API by default
pull/1788/head
Vasily 5 years ago committed by GitHub
commit a7358171cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save