Use meta.wikimedia.org for wikimedia authentication
This commit is contained in:
parent
109e69efc1
commit
7b3aba29ff
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ google_options = { :name => "google", :scope => "email", :access_type => "online
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue