summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Noe <dalenoe@gmail.com>2015-10-11 12:19:05 +0000
committerDale Noe <dalenoe@gmail.com>2015-10-11 12:19:05 +0000
commit4ee8888498d7fc3921326d4929cf0b57e64411f4 (patch)
treecaa7a7d537977f17efb2a673eb303d6851a1dc61
parent03b7fe71a5c5372fc8239a26e757685ab12eed87 (diff)
downloadgitlab-ce-4ee8888498d7fc3921326d4929cf0b57e64411f4.tar.gz
removed extra_sign_in_text examples for gitlab.rb [ci skip]
-rw-r--r--doc/customization/welcome_message.md30
1 files changed, 2 insertions, 28 deletions
diff --git a/doc/customization/welcome_message.md b/doc/customization/welcome_message.md
index 6c141d1fb7a..e993230bb88 100644
--- a/doc/customization/welcome_message.md
+++ b/doc/customization/welcome_message.md
@@ -8,31 +8,5 @@ It is possible to add a markdown-formatted welcome message to your GitLab
sign-in page. Users of GitLab Enterprise Edition should use the [branded login
page feature](/ee/customization/branded_login_page.html) instead.
-## Omnibus-gitlab example
-
-In `/etc/gitlab/gitlab.rb`:
-
-```ruby
-gitlab_rails['extra_sign_in_text'] = <<'EOS'
-# ACME GitLab
-Welcome to the [ACME](http://www.example.com) GitLab server!
-EOS
-```
-
-Run `sudo gitlab-ctl reconfigure` for changes to take effect.
-
-## Installation from source
-
-In `/home/git/gitlab/config/gitlab.yml`:
-
-```yaml
-# snip
-production:
- # snip
- extra:
- sign_in_text: |
- # ACME GitLab
- Welcome to the [ACME](http://www.example.com) GitLab server!
-```
-
-Run `sudo service gitlab reload` for the change to take effect.
+The welcome message (extra_sign_in_text) can now be set/changed in the Admin UI.
+Admin area > Settings \ No newline at end of file