File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -708,10 +708,15 @@ screen.institutionssoattributeparsingfailed.message=\
708708screen.institutionssoduplicateidentity.message =\
709709 Your request cannot be completed at this time due to an error caused by duplicate SSO identity. \
710710 Please contact <a style="white-space: nowrap" href="mailto:support@osf.io">Support</a> for help.
711- screen.institutionssoselectivelogindenied.message =\
711+ screen.institutionssoselectivelogindenied.standard. message =\
712712 Your institutional account is unable to authenticate to OSF. Please check with your institution. \
713713 If your institution believes this is in error, \
714714 contact <a style="white-space: nowrap" href="mailto:support@osf.io">Support</a> for help.
715+ screen.institutionssoselectivelogindenied.support.message =\
716+ Your institutional account is unable to authenticate to OSF. \
717+ Please contact <a style="white-space: nowrap" href="mailto:{0}">support at your institution</a> first. \
718+ If your institution believes this is in error, \
719+ contact <a style="white-space: nowrap" href="mailto:support@osf.io">OSF Support</a> for help.
715720screen.institutionssoosfapifailed.message =\
716721 Your request cannot be completed at this time due to an unexpected error. \
717722 Please <a style="white-space: nowrap" href="{0}">return to OSF</a> and try again later. \
Original file line number Diff line number Diff line change 2525 < hr class ="my-4 " />
2626 < section class ="card-message ">
2727 < h1 th:utext ="#{screen.institutionssofailed.heading} "> </ h1 >
28- < p th:utext ="#{screen.institutionssoselectivelogindenied.message} "> </ p >
28+ < p th:if ="${#strings.isEmpty(osfCasSsoErrorContext.institutionSupportEmail)} " th:utext ="#{screen.institutionssoselectivelogindenied.standard.message} "> </ p >
29+ < p th:unless ="${#strings.isEmpty(osfCasSsoErrorContext.institutionSupportEmail)} " th:utext ="#{screen.institutionssoselectivelogindenied.support.message(${osfCasSsoErrorContext.institutionSupportEmail})} "> </ p >
2930 </ section >
3031 < section class ="form-button ">
3132 < a class ="mdc-button mdc-button--raised button-osf-blue " th:href ="@{/logout(service=${osfUrl.logout})} ">
You can’t perform that action at this time.
0 commit comments