From 82d270a66b8ffca28e321f29b2eb90b2412ac9a7 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 8 May 2021 18:10:08 +0300 Subject: Implemented authorization; Replaced Role with IdentityRole; Renamed UserController to AccountController, updated links --- ExamTemplate/Web/Views/Account/Register.cshtml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ExamTemplate/Web/Views/Account/Register.cshtml (limited to 'ExamTemplate/Web/Views/Account/Register.cshtml') diff --git a/ExamTemplate/Web/Views/Account/Register.cshtml b/ExamTemplate/Web/Views/Account/Register.cshtml new file mode 100644 index 0000000..d255287 --- /dev/null +++ b/ExamTemplate/Web/Views/Account/Register.cshtml @@ -0,0 +1,20 @@ +@model ExamTemplate.Web.Models.User.RegisterUserViewModel +@{ + ViewData["Title"] = "Register"; +} + +
+ + + + + + + + + + + + + +
-- cgit v1.2.3