diff options
author | Matt Penna <mpenna@gitlab.com> | 2019-08-06 11:10:46 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-06 11:10:46 +0000 |
commit | cd7b8f5f8378e6d4d98f12ee2de5c9e0ae5118f9 (patch) | |
tree | a2dc7c51ecd797cbdcd92f0a4ed59eec06307dbd /doc/customization/branded_login_page.md | |
parent | a445dc2e6797b01cedd85f8b59df775e5748662a (diff) | |
download | gitlab-ce-cd7b8f5f8378e6d4d98f12ee2de5c9e0ae5118f9.tar.gz |
SSoT work on customization docs
Reviewed all docs in the customization section
and updated them to adhere to our SSoT standards.
Diffstat (limited to 'doc/customization/branded_login_page.md')
-rw-r--r-- | doc/customization/branded_login_page.md | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/doc/customization/branded_login_page.md b/doc/customization/branded_login_page.md index b892f59d777..afcc2b71284 100644 --- a/doc/customization/branded_login_page.md +++ b/doc/customization/branded_login_page.md @@ -1,19 +1,38 @@ -# Changing the appearance of the login page +--- +type: howto +--- -GitLab offers a way to put your company's identity on the login page of your GitLab server and make it a branded login page. +# Changing the logo and description on the login page -By default, the page shows the GitLab logo and description. +You can customize the login page of your GitLab server to show the logo and +description of your organization. + +By default, the page shows the GitLab logo and description: ![default_login_page](branded_login_page/default_login_page.png) -## Changing the appearance of the login page +To customize the login page: -Navigate to the **Admin** area and go to the **Appearance** page. +1. Navigate to the **Admin** area and go to the **Appearance** page. +1. Fill in your desired Title and Description. You can also choose an image file + of the logo for your organization. -Fill in the required details like Title, Description and upload the company logo. + ![appearance](branded_login_page/appearance.png) -![appearance](branded_login_page/appearance.png) +1. Save your changes. -After saving the page, your GitLab login page will have the details you filled in: +Your GitLab login page will display the details you provided: ![company_login_page](branded_login_page/custom_sign_in.png) + +<!-- ## Troubleshooting + +Include any troubleshooting steps that you can foresee. If you know beforehand what issues +one might have when setting this up, or when something is changed, or on upgrading, it's +important to describe those, too. Think of things that may go wrong and include them here. +This is important to minimize requests for support, and to avoid doc comments with +questions that you know someone might ask. + +Each scenario can be a third-level heading, e.g. `### Getting error message X`. +If you have none to add when creating a doc, leave this section in place +but commented out to help encourage others to add to it in the future. --> |