Hi all
I use Login.Register to traditionnaly register new users. But this time I have to also create users programmaticaly, no problem to create and save a new user...but I would like to send to the new (programmatically) created user an email with an activation link (as in Login.Register) which reach the same activationResource as for users traditionnaly created with Login.Register.
My question is how do I generate this activation link/url. ?
Any help would be appreciated...
Cheers
Install login addon then go to core/components/login/processors/register.php
You can find your answers there.
Antonio Zdilar
linearvector.com
Hi
A bit tired yesterday I guess... Of course you're right... I found all the needed stuff and achieve what I wanted...
Cheers
Fyi, I'm working on a package called SubscribeMe to automate that process somewhat.