2017 © Pedro Peláez
 

silverstripe-module silverstripe_member_registration

Simple member registration and profile details editting

image

phuongle/silverstripe_member_registration

Simple member registration and profile details editting

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Simple Member Registration Module

Maintainer Contacts

Requirements

Installation Instructions

  1. Place this directory in the root of your SilverStripe installation.
  2. Visit yoursite.com/dev/build to rebuild the database.

Usage Overview

IN CMS under sitetree, create a page with page type "Member Page" and tick to show under Menu. Create 2 more invisible page under "Member Page" with page type "Registration Page" and "Edit Profile Page"., (*1)

"Member Page" type is a wrapper of "Registratrion Page" and "Edit Profile Page". When user navigate to "Member Page", it will redirect to "registration page" for new user or to "Edit Profile Page" for logged in user to edit his profile., (*2)

After new user register to the website, website will redirect user to "Edit Profile Page"., (*3)

Developer also can extend data of the member class in MemberDecoderator.php., (*4)

Known Issues

Issue Tracker, (*5)

The Versions

15/03 2015

dev-master

9999999-dev http://github.com/phuongle2611/silverstripe_member_registration

Simple member registration and profile details editting

  Sources   Download

BSD-3-Clause

The Requires

 

registration silverstripe member