From: radhika chippada Date: Thu, 3 Apr 2014 01:08:03 +0000 (-0400) Subject: Get the default openid_prefix from config. X-Git-Tag: 1.1.0~2690^2~42 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/835332abdd0fb8d0046529ff4d2f026f67736418 Get the default openid_prefix from config. --- diff --git a/apps/workbench/app/views/users/_setup_popup.html.erb b/apps/workbench/app/views/users/_setup_popup.html.erb index 9a1f22bea7..e7e9990c5a 100644 --- a/apps/workbench/app/views/users/_setup_popup.html.erb +++ b/apps/workbench/app/views/users/_setup_popup.html.erb @@ -9,14 +9,16 @@ <% selected_repo = @current_selections[:repo_name] %> <% selected_vm = @current_selections[:vm_uuid] %> - <%= form_tag setup_user_path, {id: 'setup_form', name: 'setup_form', method: 'get', class: 'form-search', remote: true} do %> + <%= form_tag setup_user_path, {id: 'setup_form', name: 'setup_form', method: 'get', + class: 'form-search', remote: true} do %>
<% if disable_email %> - + <% else %> @@ -25,10 +27,12 @@ <% if disable_url_prefix %> - + <% else %> - + <% end %> diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index bbed01ea31..dfc4f03fd8 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -72,3 +72,4 @@ common: arvados_theme: default show_user_agreement_inline: false secret_token: ~ + default_openid_prefix: https://www.google.com/accounts/o8/id
Email Email
Identity URL Prefix   Openid Prefix