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

Maintainers

👁 ssau

Package info

github.com/silverstripe-australia/silverstripe-memberprofiles

Issues

Type:silverstripe-vendormodule

pkg:composer/silverstripe-australia/memberprofiles

Statistics

Installs: 21 226

Dependents: 2

Suggesters: 0

Stars: 98

4.0.6 2020-06-01 06:10 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

BSD-3-Clause 32ab6544a80153ba0c3336bb5062450e3bfa2003

registrationprofilesilverstripemember


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.