PHPackages                             sanderha/silverstripe-members - 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. sanderha/silverstripe-members

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

sanderha/silverstripe-members
=============================

Silverstripe extra member features. Registration page, profile page, send temp password.

1.1.1(11y ago)020[4 PRs](https://github.com/Sanderha/silverstripe-members/pulls)BSD-3-ClausePHP

Since Oct 2Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (7)Used By (0)

SilverStripe Members Module
===========================

[](#silverstripe-members-module)

A simplified light-weight alternative to the [member profiles module](https://github.com/ajshort/silverstripe-memberprofiles). All configuration is handled by developer, rather than in CMS.

Adds various (optional) extra member features. They will not all be enabled by default.

- Registration page
- Profile page for updating details.
- Send temporary password via email.

Registration Page
-----------------

[](#registration-page)

Because the registration page page does not have (or need) a Page model. Add the following director rules to your `_config/config.yml` file:

```
Director:
  rules:
    'register//$Action/$ID': 'MemberRegistrationPage_Controller'
MemberRegistrationPage_Controller:
    enabled: true
```

This will enable registering at `mysite.com/profile`.

Member Profile Page
-------------------

[](#member-profile-page)

Because the member profile page does not have (or need) a Page model. To add a profile page to your site, add the following to your \_config.php:

```
Director:
  rules:
    'profile//$Action/$ID': 'MemberProfilePage_Controller'
MemberProfilePage_Controller:
    enabled: true
```

Once configured, you can edit your profile at `mysite.com/profile`.

### Update Notifications

[](#update-notifications)

You can configure front-end member profile updates to be notified to the administrator via email.

```
Member:
    send_frontend_update_notifications: true
```

You can optionally restrict these notifications to only be sent when specific fields are changed.

```
Member:
    frontend_update_notification_fields:
      - Email
      - Phone
```

Temporary Password Email
------------------------

[](#temporary-password-email)

This is enabled by default.

CSV Export Fields
-----------------

[](#csv-export-fields)

This module introduces a way to define `export_fields` to for CSV exporting in yaml:

```
Member:
  export_fields:
    FirstName: 'First Name'
    Surname: 'Last Name'
    Organisation.Name: 'Business Name'
    Email: 'Email Address'
```

Maintainer
----------

[](#maintainer)

Jeremy Shipman, Jedateach, jeremy \[at\] burnbright.net

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 86.8% 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.

###  Release Activity

Cadence

Every ~38 days

Recently: every ~45 days

Total

6

Last Release

4050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a59c86ce3079a58751af43e73f2e884dbf4d0a67af41718bd282c50bd076e110?d=identicon)[SanderHagenaars](/maintainers/SanderHagenaars)

---

Top Contributors

[![jedateach](https://avatars.githubusercontent.com/u/1356335?v=4)](https://github.com/jedateach "jedateach (33 commits)")[![sanderha](https://avatars.githubusercontent.com/u/6941043?v=4)](https://github.com/sanderha "sanderha (3 commits)")[![orthographic-pedant](https://avatars.githubusercontent.com/u/14522744?v=4)](https://github.com/orthographic-pedant "orthographic-pedant (1 commits)")[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (1 commits)")

---

Tags

silverstripemembersregistration

### Embed Badge

![Health badge](/badges/sanderha-silverstripe-members/health.svg)

```
[![Health](https://phpackages.com/badges/sanderha-silverstripe-members/health.svg)](https://phpackages.com/packages/sanderha-silverstripe-members)
```

###  Alternatives

[symbiote/silverstripe-memberprofiles

Member registration and profile management

10152.3k3](/packages/symbiote-silverstripe-memberprofiles)[silverstripe/contentreview

Flags pages for periodical author review (incl. reporting)

22264.3k4](/packages/silverstripe-contentreview)[silverstripe/mfa

Enable multi-factor authentication with fallback codes

10346.1k8](/packages/silverstripe-mfa)[bigfork/silverstripe-oauth-login

SilverStripe logins via OAuth2, using the PHP League's OAuth2 client

1794.7k2](/packages/bigfork-silverstripe-oauth-login)

PHPackages © 2026

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