phuongle/silverstripe_member_registration

Simple member registration and profile details editting

dev-master 2015-03-15 08:34 UTC

This package is not auto-updated.

Last update: 2024-03-16 14:30:31 UTC


README

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".

"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.

After new user register to the website, website will redirect user to "Edit Profile Page".

Developer also can extend data of the member class in MemberDecoderator.php.

Known Issues

Issue Tracker