Updates password changing for users to use ASP.NET Identity, there's still some more work here to do to implement the IUserAwarePasswordHashing and to result some of the TODOs. Also moved all password changing logic to PasswordChanger even for legacy membership providers.
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Umbraco.Web.Install.InstallSteps
|
||||
_applicationContext = applicationContext;
|
||||
}
|
||||
|
||||
//TODO: Change all logic in this step to use ASP.NET Identity NOT MembershipProviders
|
||||
private MembershipProvider CurrentProvider
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user