Skip to content

Commit f4d6fbc

Browse files
committed
Merge branch 'hotfix/0.142.7'
2 parents cf98f8b + 80065d2 commit f4d6fbc

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

scripts/populate_institutions.py

+24
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ def main(env):
8787
'email_domains': [],
8888
'delegation_protocol': 'saml-shib',
8989
},
90+
{
91+
'_id': 'bt',
92+
'name': 'Boys Town',
93+
'description': 'A research data service provided by the BTNRH Research Technology Core. Please do not use this service to store or transfer personally identifiable information or personal health information. For assistance please contact <a href="mailto:[email protected]">[email protected]</a>.',
94+
'banner_name': 'bt-banner.png',
95+
'logo_name': 'bt-shield.png',
96+
'login_url': None,
97+
'logout_url': None,
98+
'domains': ['osf.boystownhospital.org'],
99+
'email_domains': ['boystown.org'],
100+
'delegation_protocol': '',
101+
},
90102
{
91103
'_id': 'bu',
92104
'name': 'Boston University',
@@ -663,6 +675,18 @@ def main(env):
663675
'email_domains': [],
664676
'delegation_protocol': 'saml-shib',
665677
},
678+
{
679+
'_id': 'bt',
680+
'name': 'Boys Town [Test]',
681+
'description': 'A research data service provided by the BTNRH Research Technology Core. Please do not use this service to store or transfer personally identifiable information or personal health information. For assistance please contact <a href="mailto:[email protected]">[email protected]</a>.',
682+
'banner_name': 'bt-banner.png',
683+
'logo_name': 'bt-shield.png',
684+
'login_url': None,
685+
'logout_url': None,
686+
'domains': ['test-osf-bt.cos.io'],
687+
'email_domains': ['boystown.org'],
688+
'delegation_protocol': '',
689+
},
666690
{
667691
'_id': 'bu',
668692
'name': 'Boston University [Test]',
Loading
Loading
Loading

0 commit comments

Comments
 (0)