From 0eeb8644ebbb777395c13912f11c114457a41893 Mon Sep 17 00:00:00 2001 From: Lucy Ciara Herud-Thomassen <86323303+LucyCiara@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:03:29 +0200 Subject: [PATCH] update[AuthController]: updated the text of the privacy policy for better transparency --- src/main/java/edu/group5/app/control/AuthController.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/edu/group5/app/control/AuthController.java b/src/main/java/edu/group5/app/control/AuthController.java index 7c34afd..11c3288 100644 --- a/src/main/java/edu/group5/app/control/AuthController.java +++ b/src/main/java/edu/group5/app/control/AuthController.java @@ -95,8 +95,9 @@ public void handleSignUp(SignUpPageView view, String firstName, String lastName, privacyPolicy.setHeaderText("Accept Privacy Policy"); privacyPolicy.setContentText( "Your user information like:\n" + - "Name and email—as well as donations tied to your account—will be saved locally on your machine.\n" + - "By creating an account, you accept the right of our app to store this information."); + "Name and email—as well as donations tied to your account—will be saved locally on your machine.\n" + + "This information is only used to create your account, and no data will be sold to third parties.\n" + + "By creating an account, you accept the right of our app to store this information on your computer."); if (privacyPolicy.showAndWait().orElse(ButtonType.CANCEL) == ButtonType.OK) { boolean success = userService.registerUser(