HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
email notification with broken confirmation link
gromaudio
New
In the email in outlook, the activation link is corrupted with the "=" sign, and the users can't activate their accounts because of that.
example: You need to confirm your email address before you can continue. Plea= se confirm your email address by clicking on the following link: http://gro= maudio.com/forum/entry/emailconfirm/124/7W06BDUU
anyone else having the same issues or have suggestions as to how to fix it?
Tagged:
0
Comments
it could be your specific definiton is munged up. if you modified the defintion check it. Is it only outlook? (maybe some soft carriage return or some other marker).
perhaps you could create a locale.php file.
and put this definition in it (replace it if it already exists).
$Definition['EmailConfirmEmail'] = 'You need to confirm your email address before you can continue. Please confirm your email address by clicking on the following link: {/entry/emailconfirm,exurl,domain}/{User.UserID,rawurlencode}/{EmailKey,rawurlencode}';
when you create the locale.php use a good text editor that doesn't corrupt things.
http://vanillaforums.org/discussion/26597/tutorial-how-to-change-wording-how-to-change-text-how-to-change-language-how-to-change-locale
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Sounds like the quoted-printable bug.
http://vanillaforums.org/discussion/comment/218351/#Comment_218351
https://github.com/vanilla/vanilla/issues/2207
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.