i-lateral/silverstripe-auth-username

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

Installs: 4 227

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 5

Open Issues: 2

Type:silverstripe-vendormodule

2.0.2 2022-03-04 16:52 UTC

This package is auto-updated.

Last update: 2024-04-04 21:13:59 UTC


README

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