PHPackages                             burnbright/silverstripe-auth-username - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. burnbright/silverstripe-auth-username

ActiveSilverstripe-module[Authentication &amp; Authorization](/categories/authentication)

burnbright/silverstripe-auth-username
=====================================

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

71234[1 issues](https://github.com/burnbright/silverstripe-auth-username/issues)[3 PRs](https://github.com/burnbright/silverstripe-auth-username/pulls)PHP

Since Aug 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/burnbright/silverstripe-auth-username)[ Packagist](https://packagist.org/packages/burnbright/silverstripe-auth-username)[ RSS](/packages/burnbright-silverstripe-auth-username/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Auth Username Module
=================================

[](#silverstripe-auth-username-module)

This module introduces username authentication to SilverStripe. It also provides additional functionality for retrieving usernames and password.

Set Up
------

[](#set-up)

Copy the module folder to your SilverStripe site's root directory.

The module's \_config.php file automatically:

- 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:

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

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1356335?v=4)[Jeremy Shipman](/maintainers/jedateach)[@jedateach](https://github.com/jedateach)

---

Top Contributors

[![jedateach](https://avatars.githubusercontent.com/u/1356335?v=4)](https://github.com/jedateach "jedateach (30 commits)")

### Embed Badge

![Health badge](/badges/burnbright-silverstripe-auth-username/health.svg)

```
[![Health](https://phpackages.com/badges/burnbright-silverstripe-auth-username/health.svg)](https://phpackages.com/packages/burnbright-silverstripe-auth-username)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
