symbiote/silverstripe-memberprofiles

Member registration and profile management

Installs: 47 737

Dependents: 6

Suggesters: 0

Security: 0

Stars: 101

Watchers: 19

Forks: 91

Open Issues: 14

Type:silverstripe-vendormodule

5.0.1 2024-09-13 06:26 UTC

README

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

A new page type is added in the CMS called a "Member Profile Page". This allows you to create a page that allows users to register and/or manage their profile.

Registration can be enabled or disabled in the "Behaviour" tab.

Composer Install

SilverStripe 5

composer require symbiote/silverstripe-memberprofiles:^5

SilverStripe 4

composer require symbiote/silverstripe-memberprofiles:^4

SilverStripe 3.1+

composer require symbiote/silverstripe-memberprofiles:^2

Requirements

  • SilverStripe 3.1+ || 4.0+ || 5.0+

Documentation

Credits

  • AJ Short, for writing this module to begin with, in the SilverStripe 2.X era.
  • Shea Dawson, for their SS4 upgrade effort
  • JorisDebonnet, for their additional SS4 upgrade improvements.