Home > Docs > WordPress Users & WooCommerce Customers Import Export > How to Retain WordPress User Passwords During Import

How to Retain WordPress User Passwords During Import

Last updated on April 24, 2026

One of the most vulnerable data of a user is their password. It is very important to safeguard it while migrating from one store to another. User passwords can be retained during import using the WordPress Users & WooCommerce Customers Import Export plugin by including the password column in the import file. The plugin supports both plain text and WordPress hashed passwords and ensures they are stored securely during the import process.

Hashed password

A hashed password is a password that is jumbled and irreversibly altered using an algorithm known as a hashing function. Hashing is the method of saving passwords in a database using representations of the real password characters. It cannot be converted to plain text easily.

Plain text password

A plain text password is a way of writing a password in a easy-to-read format. This password is not encrypted and is easily readable by both humans and machines.

Retain user password

To retains the user’s password on import:

On successful import, the user’s passwords will be retained with utmost security.