最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

migration - How can I migrate (export and import) wordpress users without loosing their password?

programmeradmin1浏览0评论

I must migrate from one page to another and the customer want me to keep the password. But as their are im MD5 and salted, I don't know how to proceed. Does anyone know it? Thank you a lot for your help.

I must migrate from one page to another and the customer want me to keep the password. But as their are im MD5 and salted, I don't know how to proceed. Does anyone know it? Thank you a lot for your help.

Share Improve this question edited Aug 13, 2018 at 6:58 MAlex asked Aug 13, 2018 at 6:36 MAlexMAlex 112 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 1

You can't. Wordpress stores the passwords in the DB as hashes of the user password using a salt which is unique to the install. In an import situation (unlike full migration) you will probably not have the same salts in the new site and password validation will fail.

You should just notify the users that they should reset their password.

Migrating WordPress users with their password is easily possible with this WordPress user import export plugin.

发布评论

评论列表(0)

  1. 暂无评论