beanjuice/silverstripe-user-management

This package is abandoned and no longer maintained. The author suggests using the codebunch/silverstripe-user-management package instead.

User management module

Installs: 113

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 1

Type:silverstripe-vendormodule

1.0.1 2019-01-22 10:00 UTC

This package is auto-updated.

Last update: 2022-02-01 13:15:43 UTC


README

Build Status Scrutinizer Code Quality Code Intelligence Status Code Coverage

Introduction

This module provides functionality to manage user Signups, allows you to customize the logins.

Features include

  • Signup form, which is customizable.
  • Profile form, allows users to update their details.
  • Login form, extended from the core module. Can be customized.
  • Silverstripe-nocaptcha module can be used along with this module.

Requirements

  • PHP >= 5.6.0
  • SilverStripe CMS ^4.x
  • phpunit/phpunit ^5.7
  • squizlabs/php_codesniffer 3.0

Installation

composer require codebunch/silverstripe-user-management dev-master

Documentation

To Do

  • Customer group creation
  • Login customization
  • Signup extension
  • Profile customization
  • Page redirects

Screenprints

Site Configuration

Screenprints