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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | token_fix-2650136-3.patch | 2.09 KB | merilainen |
| user_email_verification_token_replacement.patch | 986 bytes | mh86 |
Comments
Comment #2
merilainen commentedThis 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.
Comment #3
merilainen commentedIt was actually missing the proper generation of the token, let's see if this works.
Comment #4
tijsdeboeckTested the patch and it works!
Comment #6
skek commentedThank you for testing this.
The issue has been fixed.