Hello,
in the usercreated.vm the normal Baseurl is linked.
#set ($setpasswordUrl = "${baseurl}/secure/ResetPassword!default.jspa?os_username=${velocityhelper.urlencode($user.name)}&token=${params.get('password.token')}")
We try to change it to the customer portal
set ($setpasswordUrl = "${baseurl}/servicedesk/customer/user/resetpassword?username=${velocityhelper.urlencode($user.name)}&token=${params.get('password.token')}")
The call to the link also works. Unfortunately, you cannot change the password, as the message is always displayed that the token has expired.
I assume that different tokens are used here. How do I get the right one?
Or is there a more elegant way to redirect the email links to the Cutsomerportal?
BR
Kai
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.