Commit 50b6a6d1c9c06ed27e10633b255b3cb291d2956d

Authored by Dmitriy Zaporozhets
2 parents 4a3bbc23 7d336395

Merge pull request #6065 from jvanbaarsen/github-email-fix

Always ask for email with github omniauth
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -154,7 +154,8 @@ production: &base
154 154 # - { name: 'twitter', app_id: 'YOUR APP ID',
155 155 # app_secret: 'YOUR APP SECRET'}
156 156 # - { name: 'github', app_id: 'YOUR APP ID',
157   - # app_secret: 'YOUR APP SECRET' }
  157 + # app_secret: 'YOUR APP SECRET',
  158 + # args: { scope: 'user:email' } }
158 159  
159 160  
160 161  
... ...