@using PlexRequests.UI.Helpers @Html.Partial("_Sidebar") @{ var baseUrl = Html.GetBaseUrl(); var formAction = "/admin/authentication"; if (!string.IsNullOrEmpty(baseUrl.ToHtmlString())) { formAction = "/" + baseUrl.ToHtmlString() + formAction; } }
Authentication Settings



Current users that are allowed to authenticate:

A comma separated list of users that you do not want to login.