i-lateral/silverstripe-auth-username

Adds username authentication and username or email login to a silverstripe install


Keywords
Authentication, user, login, username, silverstripe, member, authenticator, module
License
BSD-3-Clause

Documentation

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