aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Controllers/AccountController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Added register view message when register was unsuccessfulSyndamia2021-05-081-1/+1
|
* Added login message when login was unsuccessfulSyndamia2021-05-081-1/+1
|
* Implemented user getting logged in automatically when they registerSyndamia2021-05-081-1/+4
|
* Simplified account edit authorizationSyndamia2021-05-081-3/+0
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-0/+140
UserController to AccountController, updated links