You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/04/19 14:29:43 UTC

[airavata] branch master updated: Changed USD Login page wordings on login buttons and headings. Request from gateway PI.

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 3df3bc5  Changed USD Login page wordings on login buttons and headings. Request from gateway PI.
3df3bc5 is described below

commit 3df3bc59278728bfc09d2b42c17db5b4620f4b3d
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Apr 19 10:29:36 2018 -0400

    Changed USD Login page wordings on login buttons and headings. Request from gateway PI.
---
 .../inventories/scigap/production/pga_config/southdakota/vars.yml   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml
index 28e62f1..4e1af5e 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/southdakota/vars.yml
@@ -40,9 +40,9 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.well-known/openid-configuration"
 
 auth_options:
-  - name: "South Dakota Sciencegateway"
+  - name: "Locally Created Gateway Account (Users without University Account)"
     oauth_grant_type: "password"
-  - name: "CILogon"
+  - name: "University Account"
     oauth_grant_type: "authorization_code"
     oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
     logo: "/assets/cilogon-logo-24x24-b.png"
@@ -61,6 +61,6 @@ portal_email_username: "pga.airavata@gmail.com"
 portal_email_password: "{{ vault_portal_email_password }}"
 portal_theme: "usd-cybergateway-theme"
 portal_theme_repo: "https://github.com/SciGaP/usd-cybergateway-theme.git"
-portal_title: "South Dakota Sciencegateway"
+portal_title: "South Dakota Science Gateway"
 pga_google_analytics_id: "UA-117517811-1"
 ...

-- 
To stop receiving notification emails like this one, please contact
eroma@apache.org.