igor_nadiein
4 years agoGuide
Logout hook
Is there any logout hook to manage user logout event?
What i need: on our community we have custom language component with endpoint.
You can use
<#if user.anonymous == false> For Loggedin users </#else> For Loggedout or anonymous users </#if>
below code to check if user is loggedin or not loggedin in community