From 6db2d2b6b50aa4a9c3e00fbe3880b378d154c0b3 Mon Sep 17 00:00:00 2001 From: Taylor Courage Date: Sun, 9 Mar 2025 10:27:33 -0400 Subject: [PATCH] Added ability to change password through user accounts page --- admin/index.php | 10 +- admin/user_management/change_password.php | 139 +++++++++++++++------- scripts/user_management.js | 46 ++++++- styles/db_management.css | 1 + styles/user_management.css | 72 ++++++++--- user/account.php | 35 +++++- 6 files changed, 239 insertions(+), 64 deletions(-) diff --git a/admin/index.php b/admin/index.php index 4d91c7c..3f51278 100644 --- a/admin/index.php +++ b/admin/index.php @@ -94,13 +94,19 @@ session_start();
@@ -135,6 +136,36 @@ try { // Try opening the SQL database connection
+ "/* */ . " + "/* PASSWORD CHANGE */ . " + "/* */ . " +
+

Change Password

+

+
+

Old Password:

+

 

+

New Password:

+

Confirm:

+

 

+

 

+

Back

+

 

+
+
+
+

+

 

+

+

+

 

+

 

+
+ +
+
+
+
"); } } else {