For some reason the email confirmation links are missing from the email.
I've set up a test site with 9B3 and it's the same.
For some reason the email confirmation links are missing from the email. I've set up a test site with 9B3 and it's the same.
{email_header}Hello, {name}.Please verify your email address by clicking on the link below:Verify email address{email_footer}ManOfTeal.COM a Proud UNA site, six years running strong! |
I've checked there is correct email template in the original version and upgrade script. Make sure that your email template for email confirmation is the following: {email_header} <p>Hello, {name}.</p> <p>Please verify your email address by clicking on the link below:</p> <p><a href="{conf_link}">Verify email address</a></p> {email_footer} I suspect that your template has all tags stripped. It could happen in old version when during editing language key - all tags were stripped. Rules → http://www.boonex.com/terms |
I would think that, so I setup a second test site using DEV4 and the same for that.
What you posted above is not in the email template on a fresh install; did it twice to try to find that code snippet.
Thanks for posting the code but it is being removed when saved. ManOfTeal.COM a Proud UNA site, six years running strong! |
What is causing all the html code to be removed from this? No matter what I put, that has html like <p> all that is being stripped.
Normal message without html stays when saved.
No matter what I cannot edit.
Now my site is completely broken from signing up new members simply because I wanted to update my original email template that had instructions on what to do after my member confirms their account.
When I did this last update, those instructions were removed I'm guessing from the update to B3. ManOfTeal.COM a Proud UNA site, six years running strong! |
PLEASE HELP!
I'm starting to regret using UNA since the support is down to one person.
Do I need to make a video of this problem before you respond again?
I have installed DEV4 twice now and they both do this.
Edit the template and save, all is stripped! ManOfTeal.COM a Proud UNA site, six years running strong! |
I have also gone into the Keys and searched for _sys_et_txt_body_confirmation
which is show in the database
sys_email_templates
None of the changes will stay.
The only way around this was to add it like this,
{email_header} Hello, {name}. Please verify your email address by copying the link below and opening in your browser {conf_link}
{email_footer} ManOfTeal.COM a Proud UNA site, six years running strong! |
Sorry, the problem still has place in email templates editing, issue created: https://github.com/unaio/una/issues/503
For now I would suggest to edit email templates using language keys editor: Studio > Polyglot > Keys Rules → http://www.boonex.com/terms |
For now I would suggest to edit email templates using language keys editor: Studio > Polyglot > Keys
Tried that, it also does not work. For now users are copying the link into their browsers. ManOfTeal.COM a Proud UNA site, six years running strong! |
For now I would suggest to edit email templates using language keys editor: Studio > Polyglot > Keys
Tried that, it also does not work. For now users are copying the link into their browsers. I applied the fix, https://github.com/unaio/una/commit/52ace87401abdb1f0844bc70ebe2617282fcdd2e and it works now. Thanks! ManOfTeal.COM a Proud UNA site, six years running strong! |