diff options
author | Go MAEDA <maeda@farend.jp> | 2021-12-14 00:09:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-12-14 00:09:53 +0000 |
commit | 9955844da1d209778f06ad9a3583949048b8ee88 (patch) | |
tree | 66ab53cdc74fd2dde980fd9dd6bd7a996fd1920b /config/configuration.yml.example | |
parent | 390841721e61e0037db9f6227c72ee12f4d76180 (diff) | |
download | redmine-9955844da1d209778f06ad9a3583949048b8ee88.tar.gz redmine-9955844da1d209778f06ad9a3583949048b8ee88.zip |
Drop OpenID support (#35755).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21312 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index e1dbb19c2..3c942387d 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -207,11 +207,6 @@ default: # Maximum number of simultaneous AJAX uploads #max_concurrent_ajax_uploads: 2 - # Configure OpenIdAuthentication.store - # - # allowed values: :memory, :file, :memcache - #openid_authentication_store: :memory - # URL of the avatar server # # By default, Redmine uses Gravatar as the avatar server for displaying |