Admin auth functionally complete
This commit is contained in:
+3
-1
@@ -124,6 +124,8 @@
|
||||
<Compile Include="Controllers\UserController.cs" />
|
||||
<Compile Include="DAL\CodeFirstMembershipProvider.cs" />
|
||||
<Compile Include="DAL\CodeFirstRoleProvider.cs" />
|
||||
<Compile Include="DAL\UserAccountDisabledException.cs" />
|
||||
<Compile Include="DAL\UserLockedOutException.cs" />
|
||||
<Compile Include="Migrations\201204181847082_InitialMigration.cs" />
|
||||
<Compile Include="Migrations\201204181847082_InitialMigration.Designer.cs">
|
||||
<DependentUpon>201204181847082_InitialMigration.cs</DependentUpon>
|
||||
@@ -234,7 +236,6 @@
|
||||
<Content Include="Scripts\jquery.validate.min.js" />
|
||||
<Content Include="Scripts\modernizr-2.6.2.js" />
|
||||
<Content Include="Scripts\Shared\Site.js" />
|
||||
<Content Include="Views\CreateLog\Success.cshtml" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
@@ -278,6 +279,7 @@
|
||||
<Content Include="Views\User\_Roles.cshtml" />
|
||||
<Content Include="Views\User\SetPassword.cshtml" />
|
||||
<Content Include="Views\Shared\_StatusMessage.cshtml" />
|
||||
<Content Include="Views\User\_UserStatusLabels.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="packages.config">
|
||||
|
||||
Reference in New Issue
Block a user