diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index cc1bd0f..ca6f572 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -38,10 +38,10 @@
-
+ {
+ "customColor": "",
+ "associatedIndex": 1
+}
@@ -51,6 +51,7 @@
1760022602945
-
+
+
+ 1760136750934
+
+
+
+ 1760136750934
+
+
@@ -159,6 +168,7 @@
-
+
+
\ No newline at end of file
diff --git a/TestSystem.iml b/TestSystem.iml
index 376d00b..f5db840 100644
--- a/TestSystem.iml
+++ b/TestSystem.iml
@@ -1,20 +1,12 @@
-
-
-
-
+
+
-
-
-
-
-
-
\ No newline at end of file
diff --git a/target/classes/com/mathapp/MathApp.class b/target/classes/com/mathapp/MathApp.class
index 2706a1b..d391d0e 100644
Binary files a/target/classes/com/mathapp/MathApp.class and b/target/classes/com/mathapp/MathApp.class differ
diff --git a/target/classes/com/mathapp/models/User.class b/target/classes/com/mathapp/models/User.class
index d949610..201ff4e 100644
Binary files a/target/classes/com/mathapp/models/User.class and b/target/classes/com/mathapp/models/User.class differ
diff --git a/target/classes/com/mathapp/panels/ChangePasswordPanel.class b/target/classes/com/mathapp/panels/ChangePasswordPanel.class
index 06c929e..6a3135b 100644
Binary files a/target/classes/com/mathapp/panels/ChangePasswordPanel.class and b/target/classes/com/mathapp/panels/ChangePasswordPanel.class differ
diff --git a/target/classes/com/mathapp/panels/LoginPanel.class b/target/classes/com/mathapp/panels/LoginPanel.class
index be08574..fb7b90c 100644
Binary files a/target/classes/com/mathapp/panels/LoginPanel.class and b/target/classes/com/mathapp/panels/LoginPanel.class differ
diff --git a/target/classes/com/mathapp/panels/MainMenuPanel.class b/target/classes/com/mathapp/panels/MainMenuPanel.class
index f6a6d31..a7ada08 100644
Binary files a/target/classes/com/mathapp/panels/MainMenuPanel.class and b/target/classes/com/mathapp/panels/MainMenuPanel.class differ
diff --git a/target/classes/com/mathapp/panels/QuizPanel.class b/target/classes/com/mathapp/panels/QuizPanel.class
index 55aab6d..98c629f 100644
Binary files a/target/classes/com/mathapp/panels/QuizPanel.class and b/target/classes/com/mathapp/panels/QuizPanel.class differ
diff --git a/target/classes/com/mathapp/panels/RegisterPanel$1.class b/target/classes/com/mathapp/panels/RegisterPanel$1.class
index 242c9b5..93dd57c 100644
Binary files a/target/classes/com/mathapp/panels/RegisterPanel$1.class and b/target/classes/com/mathapp/panels/RegisterPanel$1.class differ
diff --git a/target/classes/com/mathapp/panels/RegisterPanel.class b/target/classes/com/mathapp/panels/RegisterPanel.class
index ac464d9..1a00b7e 100644
Binary files a/target/classes/com/mathapp/panels/RegisterPanel.class and b/target/classes/com/mathapp/panels/RegisterPanel.class differ
diff --git a/target/classes/com/mathapp/panels/ResultsPanel.class b/target/classes/com/mathapp/panels/ResultsPanel.class
index 1fe5236..e83f887 100644
Binary files a/target/classes/com/mathapp/panels/ResultsPanel.class and b/target/classes/com/mathapp/panels/ResultsPanel.class differ
diff --git a/target/classes/com/mathapp/panels/SetPasswordPanel.class b/target/classes/com/mathapp/panels/SetPasswordPanel.class
index 0dc7c20..bd6675d 100644
Binary files a/target/classes/com/mathapp/panels/SetPasswordPanel.class and b/target/classes/com/mathapp/panels/SetPasswordPanel.class differ
diff --git a/target/classes/com/mathapp/problemGenerators/AbstractProblemGenerator.class b/target/classes/com/mathapp/problemGenerators/AbstractProblemGenerator.class
index 3937b90..4497f7a 100644
Binary files a/target/classes/com/mathapp/problemGenerators/AbstractProblemGenerator.class and b/target/classes/com/mathapp/problemGenerators/AbstractProblemGenerator.class differ
diff --git a/target/classes/com/mathapp/problemGenerators/HighSchoolProblemGenerator.class b/target/classes/com/mathapp/problemGenerators/HighSchoolProblemGenerator.class
index ff0bf7f..e982df6 100644
Binary files a/target/classes/com/mathapp/problemGenerators/HighSchoolProblemGenerator.class and b/target/classes/com/mathapp/problemGenerators/HighSchoolProblemGenerator.class differ
diff --git a/target/classes/com/mathapp/problemGenerators/MiddleSchoolProblemGenerator.class b/target/classes/com/mathapp/problemGenerators/MiddleSchoolProblemGenerator.class
index 9c4db71..9dd9507 100644
Binary files a/target/classes/com/mathapp/problemGenerators/MiddleSchoolProblemGenerator.class and b/target/classes/com/mathapp/problemGenerators/MiddleSchoolProblemGenerator.class differ
diff --git a/target/classes/com/mathapp/services/DataPersistence.class b/target/classes/com/mathapp/services/DataPersistence.class
index 9f47185..4ab04a3 100644
Binary files a/target/classes/com/mathapp/services/DataPersistence.class and b/target/classes/com/mathapp/services/DataPersistence.class differ
diff --git a/target/classes/com/mathapp/services/EmailService$1.class b/target/classes/com/mathapp/services/EmailService$1.class
index f9d0faf..91f089c 100644
Binary files a/target/classes/com/mathapp/services/EmailService$1.class and b/target/classes/com/mathapp/services/EmailService$1.class differ
diff --git a/target/classes/com/mathapp/services/EmailService.class b/target/classes/com/mathapp/services/EmailService.class
index 96ac317..d27bfe7 100644
Binary files a/target/classes/com/mathapp/services/EmailService.class and b/target/classes/com/mathapp/services/EmailService.class differ