You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
18
18
- Added Notifications tab in Account Page
19
19
- Added runtime configuration options for homepage branding and support link.
20
20
- 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
21
+
- Added a message note to the login page
21
22
- Download with terms of use and guestbook.
23
+
- Show terms modal before download when dataset has custom terms, a non-default license (not CC0 1.0), or a guestbook. Draft datasets and dataset editors bypass the modal.
22
24
- Layout: added a configurable homepage banner for announcements and important messages. (#787)
signInNoticeTitle: 'Note about Federated Login options sign-in',
11
+
signInNoticeBodyPrefix:
12
+
'Federated Login 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 ',
13
+
signInNoticeSignUpLinkText: 'sign up in Harvard Dataverse',
14
+
signInNoticeBodySuffix: ', then you may login here.'
datasetId={datasetNumericId}// TODO: we should allow this to pass persistentId when we have the backend support for guestbook submission with persistentId
0 commit comments