I set up a Moodle platform, which should have the same content as an old Moodle platform which is running in another server. The old platform is version 1.9, the new one is in version 3.8.3. I want to keep the same users from the old platform, but I noticed that when I create users with the same password on both platforms, the hash of the passwords in the users' table is different.
It is important to point out that I tried with users with the same password but different data (username, email and so). I thought that both versions used MD5 hashing for the passwords. Both users' tables have exactly the same fields.
Is it possible to copy users from the old platform's database into the new platform's, while keeping compatibility? (That means, users being able to log in this new platform with their old credentials) If so, what considerations should I have?