@@ -15,7 +15,7 if Object.const_defined?(:OpenIdAuthentication) | |||||
15 | openid_authentication_store = Redmine::Configuration['openid_authentication_store'] |
|
15 | openid_authentication_store = Redmine::Configuration['openid_authentication_store'] | |
16 | OpenIdAuthentication.store = |
|
16 | OpenIdAuthentication.store = | |
17 | openid_authentication_store.present? ? |
|
17 | openid_authentication_store.present? ? | |
18 |
openid_authentication_store : :memory |
|
18 | openid_authentication_store : :memory | |
19 | end |
|
19 | end | |
20 |
|
20 | |||
21 | Redmine::Plugin.load |
|
21 | Redmine::Plugin.load |
General Comments 0
You need to be logged in to leave comments.
Login now