Admin auth functionally complete

This commit is contained in:
2012-12-31 14:49:41 -05:00
parent 8739251066
commit 2ec2a752cd
30 changed files with 260 additions and 79 deletions
+3 -1
View File
@@ -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">