Customizing my Login Page

I am currently setting up XWiki and I want to know if there is a possibility to customize the login page. If so, how can I do this?

I want to customize it to the following:

  • Add logos and brand colors
  • Disable the Drawer Button (3 lines) to prevent unknown people to register (since the header is gray for me, the button is not very visible but if I hover on it and click the area the options appear).

Thanks in advance!

Hi,

You can start by looking at https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/Skins/ tutorial as you will need to customize the skin and the color theme.
You can change colors or using a defined color theme, check https://extensions.xwiki.org/xwiki/bin/view/Extension/Color%20Theme%20Application
Then you may need to override the login.vm file.
Also you can customize UI elements using CSS or JS, check https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/SkinExtensionsTutorial/

Hope it helps,
Alex