X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e434cb154c5ccecd7fc0ce672e4de79bd9e7e06f..25737ce46e27d98e2e48eee6ab996cad259c3b83:/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) %>