=======
Nathan J. Brauer nathan@marketera.com
- SilverStripe 3
- PHP 5.4+
Add your list of default members in the following format to a _config
yaml file. You can do this in mysite
for each individual SilverStripe instance.
If you are managing a large set of SilverStripe instances, you may consider creating a "config-only" SilverStripe module which you pull in through composer across every site.
DefaultMembers:
admins:
-
Email: someone@example.com
FirstName: Someone
Surname: Awesome
-
Email: nathan@marketera.com
FirstName: Nathan
Surname: Brauer
-
Email: another@example.com
FirstName: Amazing
Surname: Example
delete:
- mundane@example.com
- boring@example.com
Then run the following in the command line:
composer require marketo/silverstripe-default-members
- Unit tests
- Customization options (user groups, additional fields, etc)