kentico_borisp
-
7/10/2012 6:10:57 AM
RE:Importing users from aspnet membership tables - problem with passwordSalt
Hello,
I've checked with our developer and this requires some customization. If you have the source code license, then this is achievable within a few minutes. However, without it, you need to create your own UserInfoProvider.SetPassword method, because we are using the GUID as salt within this method directly.
EDIT: I've got an update from our developer, that the GetPasswordHash method, which is in this case is used and which causes the additional troubles during customization, will be transformed to a public one. That way you can simply override it and use any custom salt value. This method will be updated with the next hotfix or the one afterwards, depending on the workload of the developer.
Best regards, Boris Pocatko
|