I need to add JavaScripit (<script>) into the <head> tag of my login page. Can someone please provide some tutorial how it can be done?
It should be like this:
<head>...........
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
//some action
</script>
..........</head>
Hi @Michał Wiland,
Yes, you can customize the Confluence login page. You need to edit the login.vm file. This file content contains a mixture of HTML and Velocity. See Velocity Template Overview. You can review this page for the details.
Thanks,
Amith Mathur
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.