X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e434cb154c5ccecd7fc0ce672e4de79bd9e7e06f..6e154d48c0e77ea110fc93772c6a2be113a90bb1:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 687857bfd..fcd775a48 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -45,7 +45,7 @@ - <%= select(:user, :auth_provider, { "None" => "", "OpenID" => "openid" }, { :default => "", :tabindex => 4 }) %> + <%= select(:user, :auth_provider, Auth::PROVIDERS, { :default => "", :tabindex => 4 }) %> <%= text_field(:user, :auth_uid, { :tabindex => 5 }) %> <%= error_message_on(:user, :auth_uid) %>