Update password field in db, set null for uninitialized

This commit is contained in:
2013-02-12 20:22:49 -05:00
parent e2498b5270
commit 709ec249a2
8 changed files with 83 additions and 15 deletions
+5
View File
@@ -123,6 +123,7 @@
<Compile Include="Controllers\UserController.cs" />
<Compile Include="DAL\CodeFirstMembershipProvider.cs" />
<Compile Include="DAL\CodeFirstRoleProvider.cs" />
<Compile Include="DAL\UninitializedAccountException.cs" />
<Compile Include="DAL\UserAccountDisabledException.cs" />
<Compile Include="DAL\UserImporter.cs" />
<Compile Include="DAL\UserLockedOutException.cs" />
@@ -151,6 +152,10 @@
<Compile Include="Migrations\201301061929006_DropLogEmployeeName.Designer.cs">
<DependentUpon>201301061929006_DropLogEmployeeName.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201302130049004_PasswordNullForUninitialized.cs" />
<Compile Include="Migrations\201302130049004_PasswordNullForUninitialized.Designer.cs">
<DependentUpon>201302130049004_PasswordNullForUninitialized.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="ViewModels\Account\ResetPasswordViewModel.cs" />
<Compile Include="Models\Role.cs" />