diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-29 13:29:16 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-29 13:29:16 +0200 |
commit | 96d6fdc27cc3721ec76b6542a32ae236d5e78956 (patch) | |
tree | 16f4e0d428caacb21eeae74cead4edb05f5080db /app/models/application_setting.rb | |
parent | 70b29c3576f646371c3a5bee312b921a3053fb70 (diff) | |
download | gitlab-ce-user-oauth-applications.tar.gz |
Add option to disallow users from registering any application to use GitLab as an OAuth provideruser-oauth-applications
Diffstat (limited to 'app/models/application_setting.rb')
-rw-r--r-- | app/models/application_setting.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb index d5123249c53..c465158f764 100644 --- a/app/models/application_setting.rb +++ b/app/models/application_setting.rb @@ -18,6 +18,7 @@ # default_project_visibility :integer # default_snippet_visibility :integer # restricted_signup_domains :text +# user_oauth_applications :bool default(TRUE) # class ApplicationSetting < ActiveRecord::Base |