I am migrating an existing site to WordPress. the existing site has a membership of over 6000 and their passwords were encrypted using sha1 and saved to the database. How can I import them into WordPress keeping their same password?
Use this plugin First Export Export Users to CSV
Then Import
Import Users from CSV
You can also do this by exporting mysql wp_users & wp_usersmeta table.
Also importing and exporting can be done with this single plugin
For importing users to a new WordPress website, the best and easiest way to do it is by using a plugin. For that, first, you need to prepare a CSV file that contains all the users and the user data.
The plugin WordPress Users and WooCommerce Customers Import Export Plugin will help you import the users into a WordPress site without much effort, taking the CSV as input.
You can migrate the password also, so that after import also users can use their old password in the new site.
If you are importing from a different platform or CMS, you will need to map the column headers of the CSV with the user data fields in WordPress. This will ensure that the data are correctly imported. After the mapping, all the data will be correctly imported to the website.
Also, using the plugin you can also be used to export the user data into a CSV file from a WordPress website.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With