selfregistration added to addition group

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

selfregistration added to addition group

Post by olumide »

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
User avatar
pukka
Forum Members
Forum Members
Posts: 119
Joined: Thu Nov 12, 2009 6:02 pm

Re: selfregistration added to addition group

Post by pukka »

Try the following

{cms_module module=SelfRegistration allowoverwrite="1" group="advertisers" nocaptcha='1'}

Also underneath - "Allow existing users to register for additional groups" - there make sure you have selected which items must match.

"When overwriting an existing account the following fields must match".


P
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

Re: selfregistration added to addition group

Post by olumide »

thanks for your reply done all that but still it is not working
User avatar
pukka
Forum Members
Forum Members
Posts: 119
Joined: Thu Nov 12, 2009 6:02 pm

Re: selfregistration added to addition group

Post by pukka »

Make sure you change the ' to " in your tags.

Enable debugging in your config file and see if that sheds any light on what's going on?

Maybe post a screen cap of your FEU settings page or something.
Post Reply

Return to “Modules/Add-Ons”