Customizing the Login Page
Customize the login page
- Shut down your Confluence server.
- Enable the legacy login form by using the JVM flag
Datlassian.authentication.legacy.mode=true
.
Configure System Properties - In the Confluence installation directory, find the jar file
confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-frontend-X.Y.Z.jar
whereX.Y.Z
is the confluence-frontend version. - Follow the app modification steps mentioned in How to edit bundled or system plugins and modify the /includes/soy/login.soy file. The file contains a mixture of HTML and Soy template syntax. See Google Closure docs for syntax details. Make sure to jar the file back when you’re done.
- Start Confluence and test your changes on a staging environment before applying them to a live site.
Last modified on Feb 3, 2025
Powered by Confluence and Scroll Viewport.