[SalesForce] change customer community logout URL

I'm leveraging communities but using my own UI with VF pages. For customer portals you were able to set the logout URL, I don't see this option in communities. Does such a thing exist?

UPDATE
To clarify I have a custom login page, I'd like it to redirect back to that login page instead of the standard community login page after logout. In the customer portal settings you're able to specify the URL for the logout page to redirect to. I want to know if this is an option with the community.

Best Answer

Today, you can't currently change the logout URL of a community: /secur/logout.jsp

However, if you're rolling your own UI (even in the standard communities UI, you have control over the footer), then you can create your own logout link and page, and manually call /secur/logout.jsp in your page.

Related Topic