@page "/admin/users" @using LBPUnion.ProjectLighthouse.PlayerData.Profiles @using LBPUnion.ProjectLighthouse.Types @model LBPUnion.ProjectLighthouse.Servers.Website.Pages.Admin.AdminPanelUsersPage @{ Layout = "Layouts/BaseLayout"; Model.Title = "Users"; }
There are currently @Model.UserCount users registered to your instance.
Note: Users are ordered by most-recent-first.