Still can't activate user

RW_Webmaster 24 Mar, 2013
[attachment=0]personal_create_1.gif[/attachment]
Hi.
On the email verification sender, the Verification link path is set to personal_create. personal_create is the form that I am using to create and try to activate the user.
Here is the code for the email that is sent:
<p>Hello {user_first_name} {user_last_name},</p>
<p>Thank you for registering at rosewind.org. Your account is created and must be activated before you can use it. To activate the account click on the following link or copy-paste it in your browser:</p>
<p><a href="http://www.testrw.org/index.php?option=com_chronoforms&chronoform=personal_create&task=registration.activate&token={verify}" target="_self">http://www.testrw.org/index.php?option=com_chronoforms&chronoform=personal_create&task=registration.activate&token={verify}</a></p>
<p>After activation you may login to <a title="Login" href="/index.php/ct-menu-item-5/ct-menu-item-7" target="_self">http://www.testrw.org/index.php/ct-menu-item-5/ct-menu-item-7</a> using the following username and password:</p>
<p>Username:{user_username}</p>
<p>Password: {user_password}</p>
Here is the link to activate the user: http://www.testrw.org/index.php?option=com_chronoforms&chronoform=personal_create&task=registration.activate&token={verify}

It is still not activating or enabling the user. Is there another option to add like "option=com_users"? Or does that task option need to change or token to hash? Please help. Thank you.
GreyHead 28 Mar, 2013
Hi RW_Webmaster,

I think that you have a mixture here of Joomla! activation and ChronoForms activation. Either will work but not mixed up.

To use the Joomla! activation the URL needs to be the com_users one that is generated by the normal Joomla! Registration process. ChronoForms has nothing to do with this after the Email is sent. The URL for this looks something like:
http://www.testrw.org/index.php?option=com_users&task=registration.activate&token={verify}


To use the ChronoForms activation process the URL needs to point to a separate 'event' in this form (or in another form) and that event needs to have the Joomla Activation action in it, plus any others that you need. The URL for this will look something like:
http://www.testrw.org/index.php?option=com_chronoforms&chronoform=personal_create&event={some_event_name}&token={verify}


Bob
This topic is locked and no more replies can be posted.