User Name | +
---|
@item | +
No user in this role | +
User Roles | +
---|
@item | +
No user role yet | +
User Claims | +
---|
@item | +
No claims for this user yet | +
User ID | +User Name | +Action | +
---|---|---|
@item.Id | +@item.UserName | ++ Edit + | +
Welcome, @User.Identity.Name
+ +Users and Role Management using Identity Framework
+Use this page to detail your site's privacy policy.
diff --git a/AspNetIdentity/Views/Shared/Error.cshtml b/AspNetIdentity/Views/Shared/Error.cshtml new file mode 100644 index 0000000..a1e0478 --- /dev/null +++ b/AspNetIdentity/Views/Shared/Error.cshtml @@ -0,0 +1,25 @@ +@model ErrorViewModel +@{ + ViewData["Title"] = "Error"; +} + +
+ Request ID: @Model.RequestId
+
+ Swapping to Development environment will display more detailed information about the error that occurred. +
++ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +
diff --git a/AspNetIdentity/Views/Shared/NotFound.cshtml b/AspNetIdentity/Views/Shared/NotFound.cshtml new file mode 100644 index 0000000..d1868b3 --- /dev/null +++ b/AspNetIdentity/Views/Shared/NotFound.cshtml @@ -0,0 +1,22 @@ +Welcome, @User.Identity.Name
+ +Welcome, @User.Identity.Name
+ +