定制 nimeso/silverstripe-members 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nimeso/silverstripe-members

最新稳定版本:1.1.0

Composer 安装命令:

composer require nimeso/silverstripe-members

包简介

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

README 文档

README

A simplified light-weight alternative to the member profiles module. 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

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

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

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

Member:
    send_update_notifications: true

Temporary Password Email

This is enabled by default.

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

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

统计信息

  • 总下载量: 96
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-05-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固