aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Account
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-154-103/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-134-4/+4
| | | | be like UserWebModel
* Minor style changesSyndamia2021-05-081-0/+2
|
* Implemented account deletionSyndamia2021-05-081-0/+4
|
* Added register view message when register was unsuccessfulSyndamia2021-05-081-0/+7
|
* Added login message when login was unsuccessfulSyndamia2021-05-081-0/+9
|
* Fixed outdated User controller links in ViewsSyndamia2021-05-082-2/+2
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-084-0/+81
UserController to AccountController, updated links