I’m running a forums site in Vanilla and would like to import these members into my EE members list.
So I follow the user guide and imported those members into my EE site. The only problem I run into is the Password encryption method that’s used in Vanilla is different to EE. As shown in the user guide, there are 2 type of hashing is Md5 and Sha1.
I’ve tried both of the method but people just can’t login using the password they use in Vanilla. In order to login to the EE site, they would need to use the reset password feature to change the password.
Here is how a password look like:
$P$BKPnAmunFd6l0E764pOr6N4Iyrsc0i1
Is there anything that I’m missing?
Thanks!