Forums / General / Moving diff users into diff usergroups - Registration

Moving diff users into diff usergroups - Registration

Author Message

John Smith

Monday 17 August 2009 2:20:10 am

Hi Guys,

As title states my requirement is to move different users in different user groups. I know ezPublish supports registration of the users is same user group (settings in site.ini.append.php).

I checked few posts which is suggesting to create another siteaccess to have another registration form and settings for user group, but this can be useful if you got requirement of around two usergroups.

In my case there are around 10 different user groups and requirement is to move the users to specific user groups (which will be selected by the user during registration process - modification of registration form, some sort of drop list of the usergroups)

Please guide me in the right direction with best method to solve my requirement.

Cheers

Heath

Monday 17 August 2009 9:26:03 am

I sounds like eZp 4.2 could simplify this process for everyone at once. http://issues.ez.no/14882

I would actually apply the patch and proceed with local development in preparation for and using the workflow event / trigger system to complete tasks like these.

Cheers,
Heath

Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org

André R.

Monday 17 August 2009 9:54:51 am

You can also do custom user activation in 4.1 and up.
See [UserSettings]VerifyUserType for how to setup custom account activation handlers, same can be done with RegistrationFeedback.

This was added to be able to support activation through sms for instance, but you can pretty much do whatever you want in them. Just remember to handle the user activation correctly (see default email code).

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

John Smith

Monday 17 August 2009 1:55:46 pm

Thank you guys for you kind help. Much appreciated...

@Heat - I am using 4.0.1, is it possible to apply the patch to the version I am using. Can you please explain the suggested process in bit more detail.

@Andre - gone through the code which you mentioned.

   else if ( $verifyUserType )// custom account activation
            {
                $verifyUserTypeClass = false;
                // load custom verify user settings
                if ( $ini->hasGroup( 'VerifyUserType_' . $verifyUserType ) )
                {
                    if ( $ini->hasVariable( 'VerifyUserType_' . $verifyUserType, 'File' ) )
                        include_once( $ini->variable( 'VerifyUserType_' . $verifyUserType, 'File' ) );
                    $verifyUserTypeClass = $ini->variable( 'VerifyUserType_' . $verifyUserType, 'Class' );
                }
                // try to call the verify user class with function verifyUser
                if ( $verifyUserTypeClass && method_exists( $verifyUserTypeClass, 'verifyUser' ) )
                    $sendUserMail  = call_user_func( array( $verifyUserTypeClass, 'verifyUser' ), $user, $tpl );
                else
                    eZDebug::writeWarning( "Unknown VerifyUserType '$verifyUserType'", 'user/register' );
            }

 

I am totally confused. It would be appreciated if you can explain in bit more depth.

eZ debug

Timing: Jan 18 2025 18:18:22
Script start
Timing: Jan 18 2025 18:18:22
Module start 'content'
Timing: Jan 18 2025 18:18:23
Module end 'content'
Timing: Jan 18 2025 18:18:23
Script end

Main resources:

Total runtime0.7852 sec
Peak memory usage4,096.0000 KB
Database Queries199

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 589.2813180.8203
Module start 'content' 0.00630.6548 770.1016599.9141
Module end 'content' 0.66110.1240 1,370.0156337.6875
Script end 0.7851  1,707.7031 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.5155210.0002
Check MTime0.00160.2043210.0001
Mysql Total
Database connection0.00130.169110.0013
Mysqli_queries0.712090.67941990.0036
Looping result0.00190.24191970.0000
Template Total0.759796.720.3798
Template load0.00200.254420.0010
Template processing0.757796.491520.3788
Template load and register function0.00010.015410.0001
states
state_id_array0.00110.144410.0011
state_identifier_array0.00090.115420.0005
Override
Cache load0.00170.2119260.0001
Sytem overhead
Fetch class attribute can translate value0.00100.121840.0002
Fetch class attribute name0.00120.152760.0002
XML
Image XML parsing0.00330.422440.0008
class_abstraction
Instantiating content class attribute0.00000.001460.0000
General
dbfile0.00520.6583350.0001
String conversion0.00000.000630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs