aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account/Register.cshtml
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-151-27/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-131-1/+1
| | | | be like UserWebModel
* Added register view message when register was unsuccessfulSyndamia2021-05-081-0/+7
|
* Fixed outdated User controller links in ViewsSyndamia2021-05-081-1/+1
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-0/+20
UserController to AccountController, updated links