Forum Discussion
gstelang
9 years agoMentor
I found it myself.
${webUi.getUserLogoutPageUrl("/")} from the freemarker documentation :http://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=freemarker
${webUi.getUserLogoutPageUrl("/")} from the freemarker documentation :http://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=freemarker
- VarunGrazitti9 years agoBossgstelang - Just an FYI, if you use ${webUi.getUserLogoutPageUrl("/")}, it will always take you to the home page after login, because it has a "/" in the brackets. If you want to redirect the user to the page he came from, leave the bracket blank and use ${webUi.getUserLogoutPageUrl("")}
Related Content
- 4 years agoInactive User
- 3 months ago