Hi,
I have a main portal, and a child portal like: mainportal.com and mainportal.com/child. I configured the child portal to do verified registration, and the email included in the default template is not working correctly.
Example:
Dear Javier Rodríguez,
We are pleased to advise that you have been added as a Registered User to ChildPorltal. Please read the following information carefully and be sure to save this message in a safe location for future reference.
Portal Website Address: mainportal.com/child
Username: javier
Password: password1
Verification Code: 1-1356
You can use the following link to complete your verified registration:
http://mainportal.com/child/default.aspx?ctl=Login&username=javier&verificationcode=1-1356
Thank you, we appreciate your support...
ChildPortal
But if you click the suggested link (http://mainportal.com/child/default.aspx?ctl=Login&username=javier&verificationcode=1-1356) you end in http://mainportal.com/child/home.aspx. The parameters are lost, and this doesn't work.
I found a workaround modifying the EMAIL_USER_REGISTRATION_VERIFIED_BODY value in GlobalResources changing:
http://[Portal:URL]/default.aspx?ctl=Login&username=[Custom:0]&verificationcode=[User:VerificationCode]
to
http://[Portal:URL]/home.aspx?ctl=Login&username=[Custom:0]&verificationcode=[User:VerificationCode]
But this will depend on the home page, I think it must be a better way to do this.
Please Help.
Thanks
Javier Rodríguez