diff options
Diffstat (limited to 'doc/integration/cas.md')
-rw-r--r-- | doc/integration/cas.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/integration/cas.md b/doc/integration/cas.md index e34e306f9ac..05cd501e1ab 100644 --- a/doc/integration/cas.md +++ b/doc/integration/cas.md @@ -58,8 +58,11 @@ To enable the CAS OmniAuth provider you must register your application with your 1. Save the configuration file. -1. Run `gitlab-ctl reconfigure` for the omnibus package. - -1. Restart GitLab for the changes to take effect. +1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you + installed GitLab via Omnibus or from source respectively. On the sign in page there should now be a CAS tab in the sign in form. + +[reconfigure]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure +[restart]: ../administration/restart_gitlab.md#installations-from-source + |