An open API service indexing awesome lists of open source software.

https://github.com/i-lateral/silverstripe-auth-username

Adds username authentication to a silverstripe install as well as a login via username / email & password widget
https://github.com/i-lateral/silverstripe-auth-username

authentication login module silverstripe username

Last synced: 9 months ago
JSON representation

Adds username authentication to a silverstripe install as well as a login via username / email & password widget

Awesome Lists containing this project

README

          

# Silverstripe Auth Username Module

![Travis Support](https://travis-ci.org/i-lateral/silverstripe-auth-username.svg?branch=master)

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

* Mo

## Requirements

* Silverstripe Framework 4.x

## Installation

The preffered method of installation is Composer (see the
[official docs](https://docs.silverstripe.org/en/3/developer_guides/extending/modules/#installation))

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