@model PowderCoating.Application.DTOs.User.CreateCompanyUserDto @{ ViewData["Title"] = "Add New User"; ViewData["PageIcon"] = "bi-person-plus"; ViewData["PageHelpTitle"] = "Add New User"; ViewData["PageHelpContent"] = "Creates a new login account for a member of your company. The email address doubles as the login username. Set a temporary password — the user can change it from their Profile page after their first login. Assign a Role, then fine-tune individual permissions below."; }
Basic Information
Role & Department
Permissions
Cancel
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }