@model StoreUsersViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Users, "Store Users", Context.GetStoreData().StoreName); }

@ViewData["PageTitle"]

Give other registered BTCPay Server users access to your store.
Guests will not be able to see or modify the store settings.

@if (!ViewContext.ModelState.IsValid) {
}
@foreach (var user in Model.Users) { }
Email Role Actions
@user.Email @user.Role Remove
@section PageFootContent { }