selfregistration added to addition group
Posted: Thu Dec 22, 2011 8:00 pm
Hello please can someone help on this, all am trying to do is to allow an existing membergroupA to selfregister to membergroupB .
i have set Allow users to select a package (group) to register to: and Allow existing users to register for additional groups?: to yes, but when i tried to add a loggin user to another group using
{if $ccuser->loggedin()}
{if $ccuser->memberof('suppliers')}
{cms_module module=SelfRegistration allowoverwrite='1' group='advertisers' nocaptcha='1'}
{/if}
{/if}
it took me back to the registration form like a new user even though i was logged in and when i filled in all the details it now said user email already exist
i have set Allow users to select a package (group) to register to: and Allow existing users to register for additional groups?: to yes, but when i tried to add a loggin user to another group using
{if $ccuser->loggedin()}
{if $ccuser->memberof('suppliers')}
{cms_module module=SelfRegistration allowoverwrite='1' group='advertisers' nocaptcha='1'}
{/if}
{/if}
it took me back to the registration form like a new user even though i was logged in and when i filled in all the details it now said user email already exist