admin管理员组

文章数量:1278985

I'm working with a fresh wordpress database and I need to import +250 users at once from xlsx or csv, each user password has to be its name. It is possible to do this on Wordpress?

I'm working with a fresh wordpress database and I need to import +250 users at once from xlsx or csv, each user password has to be its name. It is possible to do this on Wordpress?

Share Improve this question asked Oct 27, 2021 at 16:13 IvandezIvandez 1011 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 2

It's possible if you have access to WP CLI:

wp user import-csv

https://developer.wordpress/cli/commands/user/import-csv/

本文标签: pluginsHow to create multiple users at once