Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Automated mass import and registration


Go to End


1145 Views

Avatar
dudeX

Community Member, 1 Post

4 September 2008 at 6:35am

I need to implement functionality where multiple new users can be imported from CSV file in a way that automates password generation and sending out welcome email for each user.

Now, I'm unsure what would be the best way to solve this; just overriding some current built-in class methods or by making completely new Pagetype, controller and the whole works?

If anyone has implemented something similar, any pointers are welcome :)