diff --git a/src/main/resources/default-content/account-delete-confirmed.json b/src/main/resources/default-content/account-delete-confirmed.json index 9fd9711cace07ee97053ad688076f23df544ed5f..88c6cec7a80e0573ba31b890ad946a500cebfed4 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 81e1fe970fff1cf39fd7c7d30018c8913b36f452..77a3b3121de48761483303252eb6087fc6e2264a 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 b3d4149bcf6856e2d6dcbd87f8fd5a0f673d2885..c665afbf79eca46c5219b16f2c7f8497c78a93ef 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 345c2f20dc72f0268999c3b5f50a11c1e951fa52..0bebf2ee485e915993a78e89d771943ddcf6c067 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 +}