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
- Host: GitHub
- URL: https://github.com/i-lateral/silverstripe-auth-username
- Owner: i-lateral
- License: other
- Created: 2013-12-23T18:10:14.000Z (over 12 years ago)
- Default Branch: 2
- Last Pushed: 2022-03-04T16:53:08.000Z (over 4 years ago)
- Last Synced: 2025-09-24T10:51:49.996Z (10 months ago)
- Topics: authentication, login, module, silverstripe, username
- Language: PHP
- Size: 46.9 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silverstripe Auth Username Module

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