scalefocus / internship-link

ASP.NET MVC application for internship link

Home Page:http://www.scalefocus.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add application user roles

old-scalefocus opened this issue · comments

The application will have two roles of users: Administrators and Students.
Change the EF Code First Configuratin Seed method to add the both roles.
More details about how to be done can be found in the methods comments.
Details:

  • Id = ADMINISTRATOR, Name = Administrator
  • Id = STUDENT, Name = Student