PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Adding a validation email construct into registrtion proces Webdev
Adding a validation email construct into registrtion proces Webdev
Débuté par Allard, 04 sep. 2012 16:05 - 3 réponses
Posté le 04 septembre 2012 - 16:05
Hi,
Iam building a web app. I want the user to be able to register, but I donnot want him to be able to login direct ly. I want to make sure that the email address is a valid address.

So I want to generate an email and sent the new user a convermation message stating that he has registered at my site and that het must activat his account. This can be done by clicking a link. If the link is clicked then a webpage is loaden and then a script activates the registrated-account to an account that can login.

Hope you untherstand what I mean. It is a way to make sure that valid email adresses are used and thus my database doesnot hold contacts that cannot be contacted.

Thanks
Posté le 15 septembre 2012 - 21:00
Hello,

You've described it exactly.

I've done it and that works great.

You just need to code that.

Regards,

Olivier
Posté le 12 janvier 2018 - 03:47
Hi Allard,
My question how did you do it. I am new to programming and am learning Webdev want to understand the same.
Regards
Vikrant
Posté le 12 janvier 2018 - 15:18
Hi

you just need an awp page on the webdev side, and to create a url
poiting to that page, with the user ID as a parameter...

You put that string in your email, and hope, it's done

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 1/11/2018 à 9:47 PM, Vikrant Athavale a écrit :
Hi Allard,
My question how did you do it.  I am new to programming and am learning
Webdev want to understand the same.
Regards
Vikrant