michiel
-
8/17/2010 9:32:33 AM
Changing the password hash algorithm type
I wanted to change the way passwords are stored in a new Kentico 5.5 installation, so I added the following attribute/value to the membership provider configuration:
hashAlgorithmType="MD5"
When I create a new user, the UserPasswordFormat in the database is still SHA1 for the new user.
Does the Kentico membership provider support other algorithm types? Does it support custom algorithm types so we can integrate with other applications that don't follow only SHA1?
I hope so...
|