Feature #42: Active Directory Interop Upgrade
AD Interop moved to Disco.Services; Supports multi-domain environments, sites, and searching restricted with OUs.
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
</nav>
|
||||
<div id="headerMenu">
|
||||
<span>@if (Authorization.Has(Claims.User.Show))
|
||||
{ @Html.ActionLink(CurrentUser.ToString(), MVC.User.Show(CurrentUser.Id))}
|
||||
{ @Html.ActionLink(CurrentUser.ToString(), MVC.User.Show(CurrentUser.UserId))}
|
||||
else
|
||||
{@CurrentUser.ToString()}</span>
|
||||
@if (Authorization.HasAny(Claims.Job.Search, Claims.Device.Search, Claims.User.Search))
|
||||
|
||||
Reference in New Issue
Block a user