Logout button redirect to Login.html

0
Is it possible when a back office user presses the log out button, to redirect the back office user to the login page with the application allowing anonymous users? I want this because the back office users don’t want to be redirected to the screens for the anonymous users.
asked
1 answers
0

One option is to create your own log out button. Log out in a java action (community commons). Open a redirect form that points to http:\url\login.html if that is your backoffice login page.

answered