Page numbers fixed, Register with roles not shown to guests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@@ -7,8 +8,11 @@ namespace StudentHouseDashboard.Models
|
||||
{
|
||||
public enum UserRole
|
||||
{
|
||||
[Display(Name = "Tenant")]
|
||||
TENANT,
|
||||
[Display(Name = "Manager")]
|
||||
MANAGER,
|
||||
[Display(Name = "Administrator")]
|
||||
ADMIN
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user