@page "/admin/users"
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Identity
@using EntKube.Web.Data
@using EntKube.Web.Services
@rendermode InteractiveServer
@attribute [Authorize(Roles = "Admin")]
@inject UserManagementService UserManagement
@inject NavigationManager NavigationManager
Manage system users, roles, and tenant access.
| Status | ||
|---|---|---|
| @user.Email | @if (user.EmailConfirmed) { Confirmed } else { Unconfirmed } |