Skip to content

Commit 879f949

Browse files
committed
update to CIlogon
1 parent 9098e47 commit 879f949

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
1717
- Added Notifications tab in Account Page
1818
- Added runtime configuration options for homepage branding and support link.
1919
- Added an environment variable to docker-compose-dev.yml to hide the OIDC client used in the SPA from the JSF frontend: DATAVERSE_AUTH_OIDC_HIDDEN_JSF: 1
20+
- Added a message note to the login page
2021

2122
### Changed
2223

src/keycloak-theme/login/i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const { useI18n, ofTypeI18n } = i18nBuilder
77
.withThemeName<ThemeName>()
88
.withCustomTranslations({
99
en: {
10-
signInNoticeTitle: 'Note about ORCID, GitHub, and Google sign-in:',
10+
signInNoticeTitle: 'Note about CILogon options sign-in',
1111
signInNoticeBodyPrefix:
12-
'These options are available only to the existing accounts that previously authenticated with these methods. New sign-ups via ORCID, GitHub, or Google are not supported. Please use your Harvard Login or Username/Email to ',
12+
'CILogon options are available only to the existing accounts that previously authenticated with these methods. New sign-ups via these options are not supported. Please use your Harvard Login or Username/Email to ',
1313
signInNoticeSignUpLinkText: 'sign up in Harvard Dataverse'
1414
}
1515
})

0 commit comments

Comments
 (0)