Add support for Wikimedia authentication

Closes #1146
This commit is contained in:
Tom Hughes 2016-06-17 16:47:03 +01:00
parent 12964ae1e4
commit 69b967c9ff
13 changed files with 242 additions and 4 deletions

View file

@ -58,6 +58,9 @@
<% if defined?(GITHUB_AUTH_ID) -%>
<li><%= auth_button "github", "github" %></li>
<% end -%>
<% if defined?(WIKIPEDIA_AUTH_ID) -%>
<li><%= auth_button "wikipedia", "wikipedia" %></li>
<% end -%>
<li><%= auth_button "yahoo", "openid", :openid_url => "yahoo.com" %></li>
<li><%= auth_button "wordpress", "openid", :openid_url => "wordpress.com" %></li>
<li><%= auth_button "aol", "openid", :openid_url => "aol.com" %></li>