UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
Luckily the logout button can be configured in Confluence, but the configuration file is located inside a JAR file (Java archiveARchive), so it's a little bit of work. You For starters, you need the jar command to start with, which is part of openjdk-7-jdk:
Code Block |
---|
apt-get --no-install-recommends install openjdk-7-jdk |
Then do:
...