The email sent out to verify the email address does not allow to use common tokens like [site:name] or [user:name], as it is possible with the other user emails.

The attached patch fixes the missing token replacements.

Comments

mh86 created an issue. See original summary.

merilainen’s picture

Status: Needs review » Needs work

This doesn't work, because the user_email_verification_url() function is never called, so there is no way that the link will ever appear in the mail which is sent to the user.

merilainen’s picture

Status: Needs work » Needs review
StatusFileSize
new2.09 KB

It was actually missing the proper generation of the token, let's see if this works.

tijsdeboeck’s picture

Status: Needs review » Reviewed & tested by the community

Tested the patch and it works!

  • skek committed 766c835 on 7.x-1.x authored by mErilainen
    Issue #2650136 by mh86, mErilainen, tijsdeboeck: Fix missing token...
skek’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for testing this.
The issue has been fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.