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

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

nimeso/silverstripe-members
===========================

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

1.1.0(11y ago)096[3 PRs](https://github.com/nimeso/silverstripe-members/pulls)BSD-3-ClausePHP

Since Oct 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nimeso/silverstripe-members)[ Packagist](https://packagist.org/packages/nimeso/silverstripe-members)[ RSS](/packages/nimeso-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)

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

Becasue 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_update_notifications: true
```

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 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~28 days

Total

5

Last Release

4136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ddefabee067557c7378977145e006944815cfb75595376245ed80c1857efb96?d=identicon)[nimeso](/maintainers/nimeso)

---

Top Contributors

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

---

Tags

silverstripemembersregistration

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/nimeso-silverstripe-members/health.svg)](https://phpackages.com/packages/nimeso-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)
