codebunch / silverstripe-user-management
User management module
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 0
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverstripe/cms: ^4
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 3.0
This package is auto-updated.
Last update: 2024-11-12 23:28:30 UTC
README
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