X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9dd5dabf869e76cc00698e12b284400e570098c0..dff0eef78737dc54eb227af2080e80ecdd3e3999:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 3c9557ae0..26bb80895 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -33,7 +33,7 @@
- <%= check_box_tag "remember_me", "yes", false, :tabindex => 3 %> + <%= check_box_tag "remember_me", "yes", params[:remember_me] == "yes", :tabindex => 3 %> @@ -55,6 +55,12 @@ <% if defined?(WINDOWSLIVE_AUTH_ID) -%>
  • <%= auth_button "windowslive", "windowslive" %>
  • <% end -%> + <% if defined?(GITHUB_AUTH_ID) -%> +
  • <%= auth_button "github", "github" %>
  • + <% end -%> + <% if defined?(WIKIPEDIA_AUTH_ID) -%> +
  • <%= auth_button "wikipedia", "wikipedia" %>
  • + <% 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" %>