make implicit account linking a feature toggle

This commit is contained in:
RaidMax
2021-08-14 17:55:28 -05:00
parent fa66381193
commit a6b0911af9
2 changed files with 112 additions and 2 deletions

View File

@ -140,6 +140,8 @@ namespace SharedLibraryCore.Configuration
{{"afk", "Away from keyboard"}, {"ci", "Connection interrupted. Reconnect"}};
[LocalizedDisplayName(("WEBFRONT_CONFIGURATION_ENABLE_PRIVILEGED_USER_PRIVACY"))]
public bool EnablePrivilegedUserPrivacy { get; set; }
public bool EnableImplicitAccountLinking { get; set; } = false;
public Dictionary<Permission, string> OverridePermissionLevelNames { get; set; } = Enum
.GetValues(typeof(Permission))
.Cast<Permission>()