Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4ee88884
Commit
4ee88884
authored
Oct 11, 2015
by
Dale Noe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed extra_sign_in_text examples for gitlab.rb [ci skip]
parent
03b7fe71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
28 deletions
+2
-28
doc/customization/welcome_message.md
doc/customization/welcome_message.md
+2
-28
No files found.
doc/customization/welcome_message.md
View file @
4ee88884
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment