X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ca5de5b4e01297b07ce3a9db45e908f15f7cda11..a1ff77ec56969346ecb5ba978879f5a96f166735:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index e6efdc5ce..3d28a770a 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -55,6 +55,9 @@ <% if defined?(WINDOWSLIVE_AUTH_ID) -%>
  • <%= auth_button "windowslive", "windowslive" %>
  • <% end -%> + <% if defined?(GITHUB_AUTH_ID) -%> +
  • <%= auth_button "github", "github" %>
  • + <% end -%>
  • <%= auth_button "yahoo", "openid", :openid_url => "yahoo.com" %>
  • <%= auth_button "wordpress", "openid", :openid_url => "wordpress.com" %>
  • <%= auth_button "aol", "openid", :openid_url => "aol.com" %>