2017 © Pedro Peláez
 

silverstripe-module silverstripe-auth-username

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

image

burnbright/silverstripe-auth-username

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

  • Wednesday, August 30, 2017
  • by jedateach
  • Repository
  • 1 Watchers
  • 7 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 4 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Auth Username Module

This module introduces username authentication to SilverStripe. It also provides additional functionality for retrieving usernames and password., (*1)

Set Up

Copy the module folder to your SilverStripe site's root directory., (*2)

The module's _config.php file automatically:, (*3)

  • adds the UsernameAuthenticator to the set of registered authenticators
  • decorates Member with a 'Username' DB field, and functions for generating a username, and for generating a password

In your site _config.php optionally add either of the following:, (*4)

Authenticator::set_default_authenticator("UsernameAuthenticator"); // makes username authentication default
Authenticator::unregister("MemberAuthenticator"); // removes default email + password authentication

The Versions

30/08 2017

dev-master

9999999-dev

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

  Sources   Download

BSD-3-Clause

The Requires

 

authentication auth silverstripe username