Commit 253be692 authored by Ronan OConnor's avatar Ronan OConnor

Merge branch 'cat-fix-omniauth-sync-docs' into 'master'

Docs fix for omniauth sync_profile_ attributes

Closes gitlab-com/support/docs#58

See merge request gitlab-org/gitlab!23956
parents 47cd7278 ac8efa5b
......@@ -266,8 +266,8 @@ You can enable profile syncing from selected OmniAuth providers and for all or f
When authenticating using LDAP, the user's name and email are always synced.
```ruby
gitlab_rails['sync_profile_from_provider'] = ['twitter', 'google_oauth2']
gitlab_rails['sync_profile_attributes'] = ['name', 'email', 'location']
gitlab_rails['omniauth_sync_profile_from_provider'] = ['twitter', 'google_oauth2']
gitlab_rails['omniauth_sync_profile_attributes'] = ['name', 'email', 'location']
```
**For installations from source**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment