Download the PHP package burnbright/silverstripe-members without Composer
On this page you can find all versions of the php package burnbright/silverstripe-members. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download burnbright/silverstripe-members
More information about burnbright/silverstripe-members
Files in burnbright/silverstripe-members
Package silverstripe-members
Short Description Silverstripe extra member features. Registration page, profile page, send temp password.
License BSD-3-Clause
Informations about the package silverstripe-members
SilverStripe Members Module
A simplified light-weight alternative to the member profiles module. All configuration is handled by developer, rather than in CMS.
Adds various (optional) extra member features. They will not all be enabled by default.
- Registration page
- Profile page for updating details.
- Send temporary password via email.
Registration Page
Because the registration page page does not have (or need) a Page model. Add the following director rules to your _config/config.yml
file:
This will enable registering at mysite.com/profile
.
Member Profile Page
Because the member profile page does not have (or need) a Page model. To add a profile page to your site, add the following to your _config.php:
Once configured, you can edit your profile at mysite.com/profile
.
Update Notifications
You can configure front-end member profile updates to be notified to the administrator via email.
You can optionally restrict these notifications to only be sent when specific fields are changed.
Temporary Password Email
This is enabled by default.
CSV Export Fields
This module introduces a way to define export_fields
to for CSV exporting in yaml: