Skip to content

Instantly share code, notes, and snippets.

@evaldeslacasa
Last active August 29, 2015 14:13
Show Gist options
  • Save evaldeslacasa/bbdbe6aa9697b0b69296 to your computer and use it in GitHub Desktop.
Save evaldeslacasa/bbdbe6aa9697b0b69296 to your computer and use it in GitHub Desktop.
Sign out button for Liferay Theme 6.2.1 CE
#if($is_signed_in)
<a href="$sign_out_url" title="#language("go-to") $company_name" class="signout">Sign Out</a>
#end
@evaldeslacasa
Copy link
Author

Configure the logout landing page by adding in portal-ext.properties the following. The path will be relative to the server path.

auth.forward.by.last.path=true
default.logout.page.path=/web/my-site/home

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment