Skip to content

Commit

Permalink
Merge #9142
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Aug 27, 2019
2 parents e019c3d + 565c38f commit f58b6bc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/populate_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'ush',
'name': 'Universal Sustainability Hub',
'description': '<a href="https://uvers.ac.id/">Universal Sustainability Hub for Universal Family</a>',
'banner_name': 'ush-banner.png',
'logo_name': 'ush-shield.png',
'login_url': None,
'logout_url': None,
'domains': [],
'email_domains': ['uvers.ac.id'],
'delegation_protocol': '',
},
{
'_id': 'utdallas',
'name': 'The University of Texas at Dallas',
Expand Down Expand Up @@ -1598,6 +1610,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'ush',
'name': 'Universal Sustainability Hub [Test]',
'description': '<a href="https://uvers.ac.id/">Universal Sustainability Hub for Universal Family</a>',
'banner_name': 'ush-banner.png',
'logo_name': 'ush-shield.png',
'login_url': None,
'logout_url': None,
'domains': ['test-osf-ush.cos.io'],
'email_domains': ['uvers.ac.id'],
'delegation_protocol': '',
},
{
'_id': 'utdallas',
'name': 'The University of Texas at Dallas [Test]',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f58b6bc

Please sign in to comment.