X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..e73a770d8106a9fef000178ed8c97f7b8be0399f:/config/initializers/openid.rb diff --git a/config/initializers/openid.rb b/config/initializers/openid.rb index a171d1e7b..2a6de16b2 100644 --- a/config/initializers/openid.rb +++ b/config/initializers/openid.rb @@ -1,7 +1,7 @@ if defined?(MEMCACHE_SERVERS) require "openid/store/memcache" - OpenIdAuthentication.store = OpenID::Store::Memcache.new(MemCache.new(:namespace => "rails", :string_return_types => true)) + OpenIdAuthentication.store = OpenID::Store::Memcache.new(Dalli::Client.new(MEMCACHE_SERVERS, :namespace => "rails")) else OpenIdAuthentication.store = :file end