Re: Confirming users email address when they register
Edd Dawson <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Nicolas What you explain is exactly what I wish to acheive. How complex was it to do? Any clues on how you acheived it would be really good :) thanks Edd Nicolas Lafaury wrote: >Hello > >I don't understand exactly what you want to do? >You mean in administration mode or the user register to the site with the HTML code then you check its email? > >I have createn a template to do simimlar things. > >On a page the user enter his email. >I check by regex if the syntax of the email is correct => > >chaineExprMail="^[a-zA-Z][\\w\\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\\w\\.-]*[a-zA-Z0-9]\\.[a-zA-Z][a-zA-Z\\.]*[a-zA-Z]$"; > >then I send an email to the customer with a link to a special page of my site. >Ex: myJahiasite/.../pid/...?mail=monemailvalidating > >When he click on this link, I register the User in Jahia. > >I hope this will help you. > >Nicolas > >-----Message d'origine----- >De : Edd Dawson [mailto:[email protected]] >Envoyé : vendredi 19 août 2005 12:05 >à : [email protected] >Objet : Confirming users email address when they register > >Hi Everyone > >Has anyone any experience of validating users email addresses who >register with a jahia site before activating their account.. > >I am thinking by the usual method of emailing them a url to activate >meaning their account is locked until such a link is visited. > >Any idea on complexity of acheiving this with Jahia would be appreciated. > >cheers >Edd > > > > > >