From 8c5990133fee2f8a5a4000b9024037e3675c95cc Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 9 Jan 2024 13:19:26 +0200 Subject: [PATCH] [angular-16-irish-monitor]: Update irish dashboard email composer --- utils/email/composer.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/email/composer.ts b/utils/email/composer.ts index ee20fb2a..1d45b5dd 100644 --- a/utils/email/composer.ts +++ b/utils/email/composer.ts @@ -334,12 +334,11 @@ export class Composer { let email: Email = new Email(); email.subject = 'National Open Access Monitor Ireland| ' + name; email.recipient = recipient; - let pdppLink = 'http://catalogue.openaire.eu/files/Personal%20Data%20Protection%20Policy%20for%20OpenAIRE%20Services%20April%202022.pdf'; email.body = '

Dear user,

' + '

You have been invited to be a ' + role +' of the for the National Open Access Monitor, Ireland dashboard for the ' + name + '.

' + '

Click this URL and use the verification code below to accept the invitation.

' + '

The verification code is ((__code__)).

' + - '

By logging in and using the service you accept and agree to the OpenAIRE personal data protection policy.

' + + '

At your first sign in you will be asked to accept and consent to the "OpenAIRE Personal Data Protection Policy and Consent Form" to be able to use the service.

' + (role === "manager"? '

As a manager of the National Open Access Monitor, Ireland, you will have access to the administration part of the dashboard, where you will be able to also invite other users to become managers.

': '

As a member of the OpenAIRE Monitor Dashboard, you will have access to the restricted access areas of the profile for the ' + name + '.') +