Reminder to all repository users: Please do not add , commit and push any data files to your remote git repositories. The disk space the Git server is limited, it wasn't dimensioned to host anything else than code. Solely your code files need versioning. The data inputs/outputs don't. A good idea is to do "git add" individually on each file you want to commit, to avoid versioning unwanted content.

Changing the appearance of the login page

GitLab Community Edition offers a way to put your company's identity on the login page of your GitLab server and make it a branded login page.

By default, the page shows the GitLab logo and description.

default_login_page

Changing the appearance of the login page

Navigate to the Admin area and go to the Appearance page.

Fill in the required details like Title, Description and upload the company logo.

appearance

After saving the page, your GitLab login page will have the details you filled in:

company_login_page