@model StoreUsersViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Users, "Manage users"); } @if (!ViewContext.ModelState.IsValid) {
}
Users
Add access to your store to other users (Guest will not be able to see and modify the store settings)
Note that the user must have a registered account on this BTCPay Server.
@foreach (var user in Model.Users) { }
Email Role Actions
@user.Email @user.Role Remove