I am writing an MBPM solution to reset passwords in eUser.
I added a user with MBPM Admin Tools with password, 'prana345'; the encrypted password in eUser is E8C33CD296C88B072E74D3822F07F366. Using EncryptPassword, the encypted password is different.
So I assume that I cannot use the password encrypted by EncryptPassword?
I have some code that does an MD5 hash to encrypt passwords and that seems to work.