Update password field in db, set null for uninitialized
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user