Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 909 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 909 Bytes

Silverstripe Auth Username Module

Travis Support

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