i-lateral / silverstripe-auth-username
Adds username authentication and username or email login to a silverstripe install
Installs: 4 268
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 5
Open Issues: 2
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ~4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- silverstripe/versioned: ^1.0
README
Adds ability to log users into a Silverstripe installation via either a username Username OR Email address.
Also provides a custom widget that adds a Username or Email login form to the sidebar.
Maintainer Contact
Requirements
- Silverstripe Framework 4.x
Installation
The preffered method of installation is Composer (see the official docs)
To install via composer run the following:
composer require i-lateral/silverstripe-auth-username
Usage
Once installed, make sure you run a dev/build to add the Username field to a Member.
Now when you go to login you will get a Username or Email form (insted of the default email form).