From aa481037b5bfcf2d4aa4b7cd2e045f14e8835a60 Mon Sep 17 00:00:00 2001 From: cartja Date: Tue, 10 Dec 2024 10:52:03 +0100 Subject: [PATCH 1/8] Reference to Assurance levels from About eduID --- src/components/Help.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index 5769f11e9..efee45d72 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -116,7 +116,7 @@ export function Help(): JSX.Element { normally called unconfirmed, because the service provider does not really know who the user with that email address is - and for many services this is at a sufficient level. Through the use of eduID, - identification of users is elevated to that of confirmed users.`} + identification of users is elevated to that of confirmed users. You can read more about the requirements in the Assurance levels help section.`} />

From 482104ce4256fecd7964dbd4444c945d6e4d2b3d Mon Sep 17 00:00:00 2001 From: cartja Date: Tue, 10 Dec 2024 10:56:32 +0100 Subject: [PATCH 2/8] Refence DNP from using eduID section --- src/components/Help.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index efee45d72..b76977431 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -116,7 +116,7 @@ export function Help(): JSX.Element { normally called unconfirmed, because the service provider does not really know who the user with that email address is - and for many services this is at a sufficient level. Through the use of eduID, - identification of users is elevated to that of confirmed users. You can read more about the requirements in the Assurance levels help section.`} + identification of users is elevated to that of confirmed users. You can read more about these requirements in the Assurance levels help section.`} />

@@ -164,7 +164,13 @@ export function Help(): JSX.Element {
  • +
  • +
  • +
  • From ee027668a6db7c4eaf1f01caba83211bfeb051a5 Mon Sep 17 00:00:00 2001 From: cartja Date: Tue, 10 Dec 2024 11:43:58 +0100 Subject: [PATCH 3/8] preparing for translating links in help --- src/components/Help.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index b76977431..118414f1b 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -128,8 +128,8 @@ export function Help(): JSX.Element { defaultMessage={`Depending on where you work or study you might only use your eduID account a few times, or you might use it every day. Some schools, institutions and services use eduID as their identity provider, this means you will use your eduID to gain access to their IT-systems. Or you may - mainly use your eduID account to create and access other accounts, such as {link} or your student - account.`} + mainly use your eduID account to create and access other accounts, such as your student account or e.g. {link}. + `} values={{ link: ( @@ -636,7 +636,7 @@ export function Help(): JSX.Element {
  • - the BankID website + BankID.com ), }} @@ -1448,7 +1448,7 @@ export function Help(): JSX.Element { description="what is sunet - paragraph 2" defaultMessage={`SUNET developed eduID to provide a secure common routine for managing identity in the higher education community, with adequate authorization levels of confirmed accounts. - More information about SUNET is available at {sunet}.`} + More information about SUNET is available at {sunet} (in Swedish).`} values={{ sunet: ( From fbf7cdbcdc850740c42ca164926c65b840e2c616 Mon Sep 17 00:00:00 2001 From: cartja Date: Tue, 10 Dec 2024 12:08:37 +0100 Subject: [PATCH 4/8] create eduid list --- src/components/Help.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index 118414f1b..bb694ff90 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -231,16 +231,17 @@ export function Help(): JSX.Element {
  • +
  • +
  • +
  • -

    - -

    +

    From 9d69fe605e763a7ef789f0ec09fc0c7006720d36 Mon Sep 17 00:00:00 2001 From: cartja Date: Tue, 10 Dec 2024 15:10:03 +0100 Subject: [PATCH 5/8] translatable antagning and freja links --- src/components/Help.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index caea42d4e..aa1f793d7 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -145,7 +145,10 @@ export function Help(): JSX.Element { values={{ link: ( - universityadmissions.se + ), }} @@ -565,7 +568,7 @@ export function Help(): JSX.Element { values={{ Freja: ( - Freja app + ), }} @@ -768,7 +771,7 @@ export function Help(): JSX.Element { values={{ FrejaApp: ( - Freja app + ), }} From c6845125f22e818144ca36703b9067ac61c4ccb8 Mon Sep 17 00:00:00 2001 From: cartja Date: Wed, 11 Dec 2024 16:06:06 +0100 Subject: [PATCH 6/8] how to create - numbered list, translation --- src/components/Help.tsx | 37 +++++--- src/styles/_Help.scss | 16 +++- src/translation/extractedMessages.json | 122 ++++++++++++++----------- 3 files changed, 107 insertions(+), 68 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index aa1f793d7..830eb7a9e 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -208,55 +208,68 @@ export function Help(): JSX.Element {

    - eduid.se + eduid.se/register ), }} />

    -
      +
      1. -
    - +
  • + +
  • +
  • + +
  • + + +

    Date: Thu, 12 Dec 2024 09:34:51 +0100 Subject: [PATCH 7/8] accodrion hande update --- src/components/Help.tsx | 2 +- src/translation/extractedMessages.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index 830eb7a9e..6f9cacd8c 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -197,7 +197,7 @@ export function Help(): JSX.Element { additionalInfo={ } > diff --git a/src/translation/extractedMessages.json b/src/translation/extractedMessages.json index d604a3847..3dd1426d7 100644 --- a/src/translation/extractedMessages.json +++ b/src/translation/extractedMessages.json @@ -2275,10 +2275,6 @@ "developer_comment": "Signup", "string": "An eduID is already using {email}" }, - "mVSSC0": { - "developer_comment": "about using eduid - info", - "string": "How to create, use and strengthen your eduID" - }, "mX+D9a": { "developer_comment": "Verified Identity heading", "string": "Verified identity" @@ -2327,6 +2323,10 @@ "developer_comment": "BankID vetting button", "string": "with a BankID" }, + "nNjd4z": { + "developer_comment": "about using eduid - info", + "string": "Create, login and account settings" + }, "nR0u/W": { "developer_comment": "usb key - list item 1", "string": "Certified FIDO 2.0, you can read more at {Fido}." From c135e109fa55eadfee03d4b667924757674488b4 Mon Sep 17 00:00:00 2001 From: cartja Date: Thu, 12 Dec 2024 09:41:20 +0100 Subject: [PATCH 8/8] removed security key date --- src/components/Help.tsx | 22 +--------------------- src/translation/extractedMessages.json | 12 ++++-------- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/src/components/Help.tsx b/src/components/Help.tsx index 6f9cacd8c..8e99e55c3 100644 --- a/src/components/Help.tsx +++ b/src/components/Help.tsx @@ -52,15 +52,6 @@ export function Help(): JSX.Element { } } - const newDate = approvedSecurityKeys && new Date(approvedSecurityKeys?.next_update); - const formattedNextUpdateDate = - newDate && - newDate.getFullYear() + - "-" + - (newDate.getMonth() + 1).toString().padStart(2, "0") + - "-" + - newDate.getDate().toString().padStart(2, "0"); - return (
    @@ -1004,22 +995,11 @@ export function Help(): JSX.Element {

    -
    -
    - - -
    -
    diff --git a/src/translation/extractedMessages.json b/src/translation/extractedMessages.json index 3dd1426d7..4b3aca6cc 100644 --- a/src/translation/extractedMessages.json +++ b/src/translation/extractedMessages.json @@ -545,6 +545,10 @@ "developer_comment": "Change password set new password success heading", "string": "Change Password: Completed" }, + "CRmnyw": { + "developer_comment": "Security keys list - paragraph", + "string": "This is a list of names of maker and models of external security keys that kan be used for eduID at present:" + }, "Cnpo0l": { "developer_comment": "profile username display title", "string": "Username" @@ -2777,10 +2781,6 @@ "resetpw.user-not-found": { "string": "If the address is registered, a message with instructions to reset the password has been sent." }, - "ryPtkg": { - "developer_comment": "Security keys list - paragraph", - "string": "Next update" - }, "sBpow1": { "developer_comment": "method eidas - paragraph", "string": ", you could use {emphasis} to verify your identity. Read more about eIDAS below." @@ -3147,10 +3147,6 @@ "developer_comment": "ErrorURL identification failure", "string": "This may be because eduID is missing those attributes or that eduID is not configured to release those attributes to the service you tried to access." }, - "zdVSFQ": { - "developer_comment": "Security keys list - paragraph", - "string": "This is a list of names of maker and models of external security keys that kan be used for eduID. The list is updated once a month" - }, "zeCbht": { "developer_comment": "start main title", "string": "Welcome, {username}!"