November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
We have just had luck with migrating from 6 to 7. Just make sure that you use the same hash algorithm on the membershipprovider and then migrate the passwordhash and passwordsalts.
What we did was:
- Create all the same users with the same email adresses, names etc. via the API.
- Changed the membership provider to use the default hashing algorithm.
- SQL migrate the passwordhashes and salts.
Hi,
We want to transfer all membership users from old site (EPi 6) to the new Epi 7.5.
Is this possible? plain sql data migration or must I write some code?