Search code examples
gitgithubgitlab

change tab name in Gitlab login page


I included LDAP in my Gitlab-ee server and sucesfully changed one tab name to company name. But, for admin log in tab, it is shown as standard. I want to change to Admin. How it is done?

I saw in this google group question but was unsucessful as the given link not opening for self hosted Gitlab.

enter image description here


Solution

    1. Open file /opt/gitlab/embedded/service/gitlab-rails/app/views/device/shared/_tabs_ldap.html.haml
    2. Search for word Standard and change it to Admin
    3. Open terminal and type command gitlab-ctl restart