Forum Discussion
cike
10 years agoChampion
VarunGrazitti - Can I change the URL parameter dest_url using the webUi.getUserRegistrationPageUrl("/")}?
I didn't find any Freemarker method to set a URL parameter within the page init scripts.
Christian
Sign in to react to this post
VarunGrazitti
10 years agoBoss
cike - Yes, you can. However, you wouldn't have to change it in the SSO settings under admin as you want this redirect for specific cases only, you can add this to your code like -
webUi.getUserRegistrationPageUrl("www.your_url.com")}
Sign in to react to this post
- kosmonaft8 years agoGuide
VarunGrazitti any idea how to get Registration url without referrer?
Sign in to react to this post- VarunGrazitti8 years agoBosskosmonaft - you can check the related context objects here - https://freemarker-docs-portal.lithium.com/refer/contextObjects#webUiSign in to react to this post