@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
@if (Model.UserAuthentication) { } else { }
@if (Model.UsePassword) { } else { }



Current users that are allowed to authenticate:

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