admin管理员组

文章数量:1318331

I collected some emails via Mailpoet plugin. Now I need to create for each email a registered user.

The best UX I'm thinking about is automatically creating a user with a one-time password that needs to be changed after the first access.

Which is the best way to achieve this?

I collected some emails via Mailpoet plugin. Now I need to create for each email a registered user.

The best UX I'm thinking about is automatically creating a user with a one-time password that needs to be changed after the first access.

Which is the best way to achieve this?

Share Improve this question asked Oct 23, 2020 at 9:11 Michele PrandinaMichele Prandina 111 bronze badge 1
  • That's how the admin site create user already works. You can just hook into that, or copy the code from there? – Rup Commented Oct 23, 2020 at 11:09
Add a comment  | 

1 Answer 1

Reset to default -1

With this plugin, you could add users from CSV file:

https://wordpress/plugins/import-users-from-csv-with-meta/

You could use your mail list CSV and import it.

本文标签: Adding email list as registered users