silverstripe-australia/memberprofiles

This package is abandoned and no longer maintained. The author suggests using the symbiote/silverstripe-memberprofiles package instead.

Member registration and profile management

Installs: 20 691

Dependents: 2

Suggesters: 0

Security: 0

Stars: 98

Watchers: 17

Forks: 83

Type:silverstripe-vendormodule

4.0.6 2020-06-01 06:10 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 4.0+

composer require symbiote/silverstripe-memberprofiles:~4.0

SilverStripe 3.1+

composer require symbiote/silverstripe-memberprofiles:~2.0

Requirements

  • PHP 7.0+ (PHP 5.6 not supported due to: Issue #141)
  • SilverStripe 4.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.