brookinsconsulting/bcuserregisteruserplacement
Composer 安装命令:
composer require brookinsconsulting/bcuserregisteruserplacement
包简介
eZ Publish Legacy extension which provides a workflow event and settings to move a user upon creation to a specific user group or other content tree node based on the selection choice made during user registration (via user input). Great for organizing user object within specific groups automaticall
README 文档
README
This extension provides a workflow event and settings to move a user upon creation to a specific user group or other content tree node based on the selection choice made during user registration (via user input).
Great for organizing user object within specific groups automatically!
Version
-
The current version of BC User Register User Placement is 3.0.0
-
Last Major update: June 13, 2015
Copyright
-
BC User Register User Placement is copyright 1999 - 2016 Brookins Consulting and Tore Skobba
-
See: COPYRIGHT.md for more information on the terms of the copyright and license
License
BC User Register User Placement is licensed under the GNU General Public License.
The complete license agreement is included in the LICENSE file.
BC User Register User Placement is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
BC User Register User Placement is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The GNU GPL gives you the right to use, modify and redistribute BC User Register User Placement under certain conditions. The GNU GPL license is distributed with the software, see the file doc/LICENSE.
It is also available at http://www.gnu.org/licenses/gpl.txt
You should have received a copy of the GNU General Public License along with BC User Register User Placement in doc/LICENSE. If not, see http://www.gnu.org/licenses/.
Using BC User Register User Placement under the terms of the GNU GPL is free (as in freedom).
For more information or questions please contact: license@brookinsconsulting.com
Requirements
The following requirements exists for using BC User Register User Placement extension:
eZ Publish version
-
Make sure you use eZ Publish version 4.3 (required) or higher.
-
Designed and tested with eZ Publish Community Project 2014.11
PHP version
- Make sure you have PHP 5.x or higher.
Features
Dependencies
- This solution depends on eZ Publish Legacy only
Workflow event
This solution overrides the following workflow event:
- Workflow event :
bcuserregisteruserplacement
Settings
This solution provides many settings. Some settings are required and must be customized upon installation and other settings are optional.
This solution's current settings are compatible with previous users of the eZ Publish 3.x placeusers extension.
Review the settings and educational comments in the bcuserregisteruserplacement.ini.append.php file, bcuserregisteruserplacement.ini.append.php
Debugging
This solution's workflow event logs execution notices to the var/log/notice.log file
This solution's workflow event logs execution debug notices (when enabled via ini settings) to the var/log/debug.log file
Installation
Extension Installation via Composer
Run the following command from your project root to install the extension:
bash$ composer require brookinsconsulting/bcuserregisteruserplacement dev-master;
Extension Activation
Activate this extension by adding the following to your settings/override/site.ini.append.php:
[ExtensionSettings]
# <snip existing active extensions list />
ActiveExtensions[]=bcuserregisteruserplacement
Regenerate kernel class override autoloads
Regenerate kernel class override autoloads (Required).
php ./bin/php/ezpgenerateautoloads.php;
Clear ini caches
Clear eZ Publish Platform / eZ Publish Legacy caches (Required).
php ./bin/php/ezcache.php --clear-tag=ini;
Configuration
User Group Creation
-
Then navigate to the admin siteaccess
User accountstab -
Create the user groups (two or more) new users should be moved into based on user register selection choice
-
Note the new user group's
Node IDvalue and name
User Class Customization
-
Then navigate to the admin siteaccess
Setuptab, then click theClassesleft side menu link, then click theUsersClass Groupslist item link -
Click the edit icon on the default user class (or the user class you wish to use with this solution)
-
Add a new attribute of type 'selection' (using the ezselection datatype)
-
Customize the new selection attribute name and identifier. Note the class attribute selection identifier as you will need to store it within ini settings
-
Add two or more selection options. Note that the selection option text will be displayed as the selection name and the text entered here does not technically have to have anything specifically user group storage choice (this association is determined by matching option / settings order in the setup of ini override settings and user class selection option order)
-
Save the user class changes by clicking 'Ok'
Settings Configuration
-
Create a settings override of the settings file
extension/bcuserregisteruserplacement/settings/bcuserregisteruserplacement.ini.append.phpin thesettings/overridedirectory. IE:settings/override/bcuserregisteruserplacement.ini.append.php. -
Customize the settings override settings as required or needed
-
Required: You must add the
nodeIDs of the user groups into the MoveToUserGroupId[] settings array. Here is a example that would work in a default installation of eZ Publish Legacy:MoveToUserGroupId[] MoveToUserGroupId[]=14 MoveToUserGroupId[]=213
-
Required: Please pay specific attention and notice that the order of the entries in the
MoveToUserGroupId[]settings array must match / corespond to the order of the user class selection attribute options order for the users to be moved into the correct user group upon user creation -
Required: You must review and customize the user class selection attribute identifier used when adding the content class selection attribute content. the user class selection attribute identifier expected by default is
type. You can use any supported identifier you wish but if you change the identifier then you must customize theUserAttributeSelectionIdentifiersetting. Here is a custom example:UserAttributeSelectionIdentifier=user_group_selection_type
Workflow Configuration
-
Then navigate to the admin siteaccess
Setuptab, then click theWorkflowleft side menu link, then click theStandardWorkflow groupslist item link -
Click
New workflowbutton -
Add the text
BC User Registration User Placementinto the name field or any other text you prefer as this text is only displayed in the trigger list workflow selection menu choices -
Select
Event / BC User Register User Placementworkflow event item in the workflow event selection menu and click,Add event, wait for page to reload normally and clickOk
Workflow Trigger Configuration
Now add the workflow to an trigger, i.e:
-
Then navigate to the admin siteaccess
Setuptab, then click theTriggersleft side menu link -
For the
Module, Function, Connection typeentry,content, publish, afterin theWorkflowselection menu, select the name of the workflow you created earlier, we suggested,BC User Registration User Placement -
Click
Apploy changesbutton and wait for the page to refresh normally and thus saving your changes
Note: This solution can also be used with a Workflow Multiplexer if you prefer or require additional workflow event flexibility and control
Usage
Example Usage Setup
-
Employee users having selection with identifier
typewith optionsjournalist, driver, cheifin that order -
Creating user groups
drivers , journalists, cheifswith nodeIDs23, 24, 25 -
Edit settings override:
settings/override/bcuserregisteruserplacement.ini.append.phpand customize required settings with nodeIDs and selection attribute identifiers. Here is an example:[BCUserRegisterUserPlacement] UserAttributeSelectionIdentifier=type MoveToUserGroupId[]=24 MoveToUserGroupId[]=23 MoveToUserGroupId[]=25
Testing
The solution is configured to work once properly installed and configured.
Simply navigate to the user/register module view and register a user.
Note: If you do not edit your settings/override/site.ini.append.php settings override file and have the following (empty) setting than all new user registrations will require new user registration email activation (user must check for email sent from eZ Publish containing a unique link to activate the user account before the user can login ).
[UserSettings]
VerifyUserType=
Note: If you use any kind of user account creation moderation then this solution will not be used until after the admin user moderating has approve the user account creation. This solution has been designed to work regardless of user account creation moderation system used.
Then navigate to the admin siteaccess User accounts tab, to the expected user group node and confirm that the newly registered user has been created.
Troubleshooting
Read the FAQ
Some problems are more common than others. The most common ones are listed in the the doc/FAQ.md
Support
If you have find any problems not handled by this document or the FAQ you can contact Brookins Consulting through the support system: http://brookinsconsulting.com/contact
brookinsconsulting/bcuserregisteruserplacement 适用场景与选型建议
brookinsconsulting/bcuserregisteruserplacement 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 1, 最近一次更新时间为 2015 年 06 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「user」 「workflow」 「register」 「selection」 「ez publish」 「placement」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 brookinsconsulting/bcuserregisteruserplacement 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 brookinsconsulting/bcuserregisteruserplacement 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 brookinsconsulting/bcuserregisteruserplacement 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Workflow for NetCommons Plugin
Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest API for developers and a strong authentication platform for the enterprise.
This package provides a generic registry class to register any type of data under a identifier (key/value).
Workflow logger
Uniondrug Register Client Component for uniondrug/framework
Approval Workflow Engine for Filament
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-06-13