How to customize the sign up page
Purpose
This page gets you started on customising the Confluence sign up page with your own logo or custom text. This will not customize the actual sign up process, but what users see on the sign-up page.
Notes:
- Customizations to the Confluence sign up page will need to be reapplied when you upgrade Confluence. Consider this before making drastic changes to the layout, and be sure to keep a list of what you change in case you upgrade later.
- Be sure to test your changes on a test instance of Confluence before applying them to production.
Solution
Customizing the Sign Up Page in Confluence 4.3 and later
- In the Confluence installation directory, find the
confluence/login.vm
Velocity template. - Make a copy of this file as a backup.
Edit the file with a text editor to make your changes. Please note that the template contains a mixture of HTML markup and Velocity content. See Velocity Template Overview (in our developer documentation) for more information.
The file includes both login page and sign up page markup. The sign up section resides inside
<div class="signup-section">.
- Refresh the sign up page in the browser. You may need to clear your browser cache.
Customizing the Sign Up Page in Confluence 4.1.9 and 4.2.x
- Stop Confluence
- In the Confluence installation directory, go to
confluence/WEB-INF/classes/com/atlassian/confluence/setup
- Make a copy of
atlassian-bundled-plugins.zip
as a backup. - Unzip
atlassian-bundled-plugins.zip
and locateconfluence-easyuser-admin-x.x.x.jar
. Please refer to the KB: Editing Files within JAR Archives - Find the file
templates/signup.vm
- Edit the file with a text editor to make the required changes. The content contains a mixture of HTML and Velocity. See Velocity Template Overview (in our developer documentation).
- Save the file and zip it back to
atlassian-bundled-plugins.zip
- Start Confluence
- Refresh the sign up page in the browser. You may need to clear your browser cache.
Customizing the Sign Up Page in Confluence 4.1.8 and earlier
- In the Confluence installation directory, find the
confluence.signup.vm
Velocity template. - Make a copy of this file as a backup.
- Edit the file with a text editor to make the required changes. The content contains a mixture of HTML markup and Velocity content. See Velocity Template Overview (in our developer documentation) for more information.
- Refresh the sign up page in the browser. You may need to clear your browser cache.