How can customize logout page?

Collapse
X
Collapse
+ More Options
Posts
 
  • Time
  • Show
Clear All
new posts
  • zettaingenieria
    Junior Member
    • Jan 2008
    • 4

    #1

    How can customize logout page?

    Hi,

    I have a external login with html, this work good, but I want that when a user do click a logout button, this redirect a external html for example welcome.html.

    How can customize logout page?

    Thanks for help


  • Viktor Pracht
    Open-Xchange Developer
    • Feb 2007
    • 253

    #2
    In /opt/open-xchange/etc/groupware/settings/ you can add a new .properties file (or edit an existing one) with the following line:
    Code:
    ui/global/logout_path=http://example.com/

    Comment

    Working...