else
require "openid/store/filesystem"
- openid_store = OpenID::Store::Filesystem.new(Rails.root.join("tmp/openids"))
+ openid_store = OpenID::Store::Filesystem.new(Rails.root.join("tmp", "openids"))
end
openid_options = { :name => "openid", :store => openid_store }
facebook_options = { :name => "facebook", :scope => "email" }
windowslive_options = { :name => "windowslive", :scope => "wl.signin,wl.emails" }
github_options = { :name => "github", :scope => "user:email" }
-wikipedia_options = { :name => "wikipedia", :client_options => { :site => "https://commons.wikimedia.org" } }
+wikipedia_options = { :name => "wikipedia", :client_options => { :site => "https://meta.wikimedia.org" } }
if defined?(GOOGLE_OPENID_REALM)
google_options[:openid_realm] = GOOGLE_OPENID_REALM