I’ve made some changes to an EE install and changed some channels and channel fields. I need to copy across some members in the current database but there are only 5 so I was going to copy these over by hand as it’s just a few fields per member. The information is easy to copy but the tricky bit is the passwords as they are stored encrypted.
Looking in the database I see these fields which all look to be part of it:
- password
- salt
- unique_id
- crypt_key
Can someone confirm which fields I’d need to copy over to the new database in order to ensure that the members still have the same details to log in with. Are all or just some of the above fields required to be copied?
Thanks