]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/login.html.erb
Make sure we show errors correctly when resetting a password
[rails.git] / app / views / user / login.html.erb
index 3d28a770aa303a3da94a8f1079a122146c282413..26bb8089579130ab849c3511a2021cde6e5fd946 100644 (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>