Email confirmation link with page_id request parameter not working
-
The email confirmation link generated on production server was different from that on my workstation using the same configuration setting:
Please click on this verification link {{home_url}}/{{ur_login}}?ur_token={{email_token}} to confirm registration.Production email:
Please click on this verification link https://mysite.com/?page_id=3784?ur_token=tHqFNQVPjsnsvCMPyPyNgiGlA4DbJYi80nd5Rko4MxpMLEhDbGeXY0VUhtNU1LTEFFYUJsSGh0L3h0QT09 to confirm registration.Workstation email:
https://mysite.com/my-account/?ur_token=1zsGilG1RA95bvMQoPuiP9uBQtgcAsyS9l1jzyp3vLlq7CaCPmTHRLM2Eza2g3ZHNYamdDYnBFc2NsQT09The production link with page_id parameter was not working (did not set the verification of the user) while the workstation link with my-account parameter did.
After resetting owner to daemon:daemon recursively on the htdocs folder the production link also had the my-account parameter and was working.
So this issue has been resolved now.For some reason the {{ur_login}} tag is not mentioned in the documentation at:
https://docs.wpeverest.com/docs/user-registration/email-settings/smart-tags/
- The topic ‘Email confirmation link with page_id request parameter not working’ is closed to new replies.