-
Notifications
You must be signed in to change notification settings - Fork 28
User import and registration emails #53
Comments
You can set this at user settings right? |
You mean per-user? I could go into each imported user and click "Send password reset email", but that's what I'm trying to avoid, as I'm importing hundreds of users. I would also rather users got the "activation" email and not the password reset email, but that's not as crucial. |
Ah you want to set this per user? |
I want each user to get an activation email, yes. |
But not control this per user - you just want one setting so they all get it. |
Right. Maybe an "import as pending/send activation email" setting would make sense? |
You're right - that setting controls if they get imported as pending/active. So, my original question/feature request remains: how would I send registration emails to imported users. Thanks! |
I don't really get it. I've just tested this, and while importing a whole bunch of registration emails came in... |
Weird! Ok, let me run some more tests. |
It was on |
Ok. Thanks a bunch for testing. |
Did you get any new results? |
Hey - so sorry, got slammed with work. I'll let you know as soon as I test. |
At my end all users get imported as active by default also. Is there a way to put them in pending and also send the activation email? |
For me checked the "Verify email addresses?" option but I receive no emails on import. |
You should be able to use an extra field called "Status", and just set it to "pending" there. Let me know if that works for you. |
Thanks for the reply. I ended up adding a line of code for that in Import_UserService, |
Thanks @luwes, i've added that for the next release |
I'm wondering what happens by design with the registration emails when I import a bunch of users with this?
Ideally, I need to import users and send registration emails.
The text was updated successfully, but these errors were encountered: