From 8c84df0b162cd3b44c4575cc02fbd0207c29caae Mon Sep 17 00:00:00 2001 From: Matija Obreza Date: Thu, 3 May 2018 22:35:11 +0200 Subject: [PATCH] Account removal: Content update --- .../resources/default-content/account-delete-confirmed.json | 2 +- .../resources/default-content/account-delete-requested.json | 2 +- .../default-content/smtp-delete-account-inprogress.json | 4 ++-- src/main/resources/default-content/user-delete-account.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/default-content/account-delete-confirmed.json b/src/main/resources/default-content/account-delete-confirmed.json index 9fd9711ca..88c6cec7a 100644 --- a/src/main/resources/default-content/account-delete-confirmed.json +++ b/src/main/resources/default-content/account-delete-confirmed.json @@ -2,6 +2,6 @@ "template": false, "en": { "title": "Removal of your user account is confirmed", - "body": "

We are processing your request to remove your Genesys user account!

\r\n

The user account is now disabled and you can no longer use it to log into Genesys. All personal information associated with the user account will be removed from Genesys within a grace period of 1 month.

" + "body": "

We are processing your request to remove your Genesys user account!

\r\n

The user account is now disabled. You can no longer use it to log into Genesys. All personal information associated with your user account will be removed from Genesys within one month.

" } } diff --git a/src/main/resources/default-content/account-delete-requested.json b/src/main/resources/default-content/account-delete-requested.json index 81e1fe970..77a3b3121 100644 --- a/src/main/resources/default-content/account-delete-requested.json +++ b/src/main/resources/default-content/account-delete-requested.json @@ -2,6 +2,6 @@ "template": false, "en": { "title": "Confirm removal of your user account", - "body": "

A message was sent to your registered email address with a link to confirm your request.

\r\n

To remove your user account, please:

\r\n
  1. Remain logged into Genesys
  2. Check your Inbox and Spam folders for the confirmation message
  3. Open the link in the confirmation message to deactivate your user account and log you out of Genesys
  4. You are now no longer able to log into Genesys
  5. A message will be sent to your email address confirming your request to delete the user account and it will be deleted from Genesys after the 1 month grace period.
\r\n

\r\n

" + "body": "

A message was sent to your registered email address with a link to confirm removal of your Genesys user account.

\r\n

To remove your user account, please:

\r\n
  1. Remain logged into Genesys.
  2. Check your Inbox and Spam folders for the confirmation message.
  3. Click on the link in the confirmation message to deactivate your user account and log you out of Genesys.
  4. After deactivating your account, you will no longer able to log into Genesys using that account.
  5. A message will be sent to your email address confirming removal of the user account and it will be deleted from Genesys within one month.
" } } diff --git a/src/main/resources/default-content/smtp-delete-account-inprogress.json b/src/main/resources/default-content/smtp-delete-account-inprogress.json index b3d4149bc..c665afbf7 100644 --- a/src/main/resources/default-content/smtp-delete-account-inprogress.json +++ b/src/main/resources/default-content/smtp-delete-account-inprogress.json @@ -2,6 +2,6 @@ "template": true, "en": { "title": "Genesys user account removal is in progress", - "body": "

Dear {1},

\r\n

We are processing your request to remove your Genesys user account {2}. Your user account is now disabled and you can no longer use it to log into Genesys.

\r\n

All personal information will be removed from Genesys within a grace period of 1 month.

\r\n

 

\r\n

Sorry to see you go,
Genesys PGR team

" + "body": "

Dear {1},

\r\n

We are processing your request to remove your Genesys PGR user account {2}. Your user account is now disabled and you can no longer use it to log into Genesys.

\r\n

All personal information will be removed from Genesys within one month.

\r\n

 

\r\n

Sorry to see you go,
Genesys PGR team

" } -} +} \ No newline at end of file diff --git a/src/main/resources/default-content/user-delete-account.json b/src/main/resources/default-content/user-delete-account.json index 345c2f20d..0bebf2ee4 100644 --- a/src/main/resources/default-content/user-delete-account.json +++ b/src/main/resources/default-content/user-delete-account.json @@ -2,6 +2,6 @@ "template": false, "en": { "title": "Delete user account", - "body": "

We're sorry to see you go. When your user account is deleted from Genesys any personal information associated with the account is removed from Genesys.

\r\n
  1. Genesys will send a confirmation email to your registered email address to validate account removal request
  2. The email message contains instructions and a hyperlink to deactivate your user account
  3. Opening the link in the confirmation message will immediatelly deactivate your account (please note that you must be logged into Genesys)
  4. Genesys will send you an email confirming that your user account has been deactivated and you can no longer use it to log into Genesys
  5. After a grace period of 1 month the account is deleted from Genesys
\r\n

You can always contact us at helpdesk@genesys-pgr.org to expedite the process.

\r\n

Are you sure?

\r\n

Click Delete to initiate the account removal process.

" + "body": "

We're sorry to see you go. Any personal information associated with your account will be removed from Genesys.

\r\n
  1. Genesys will send a confirmation email to your registered email address in order to validate the account removal request.
  2. The email message contains instructions and a hyperlink to deactivate your user account.
  3. When you click on the link in the confirmation message, your account will immediately be deactivated (please note that you must be logged into Genesys).
  4. Genesys will send you an email confirming that your user account has been deactivated and you can no longer use it to log into Genesys.
  5. Within one month your account will be deleted from Genesys.
\r\n

You can always contact us at helpdesk@genesys-pgr.org to expedite the process.

\r\n

Are you sure?

\r\n

Click Delete to initiate the account removal process.

" } -} \ No newline at end of file +} -- GitLab