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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Can I use silverstripe for this?


Go to End


2 Posts   703 Views

Avatar
nmshah

Community Member, 21 Posts

8 May 2012 at 2:47am

I am building a new site where I need to do the following:

1. Periodically Import a list of users from a csv file, register them to a specific group and send a mail to these users with a generate password link.

2. Periodically update existing user details using a csv file and add them to a new group.

Is this possible within silverstripe core or can some one suggest module/s for the same...

Avatar
danzzz

Community Member, 175 Posts

8 May 2012 at 6:32am

SS has a cool restfulserver:
http://api.silverstripe.org/2.4/sapphire/api/RestfulServer.html

there are also some examples.

but it's also very easy to create users manualy via the ORM.