@model PowderCoating.Application.DTOs.User.UpdateCompanyUserDto @{ ViewData["Title"] = "Edit User"; ViewData["PageIcon"] = "bi-person-gear"; ViewData["PageHelpTitle"] = "Edit User"; ViewData["PageHelpContent"] = "Update this user's account details, role, and permissions. Unchecking User Active prevents the user from logging in without deleting their account or history. Changing the email here also changes their login username — notify them so they can log in with the new address."; }