From 29e252987ef79d82d8f4f78c7f5d356ddd31b48a Mon Sep 17 00:00:00 2001 From: Darrel Israel Date: Sat, 3 Feb 2024 07:43:06 +0800 Subject: [PATCH] added forgotpassword --- forgotpassword.php | 111 ++++++++++++++++++++++++++++++++++++++ login.php | 9 +--- loginassets/css/style.css | 2 +- loginassets/js/1.js | 2 - 4 files changed, 114 insertions(+), 10 deletions(-) create mode 100644 forgotpassword.php diff --git a/forgotpassword.php b/forgotpassword.php new file mode 100644 index 0000000..cf764a9 --- /dev/null +++ b/forgotpassword.php @@ -0,0 +1,111 @@ + + + + + + + + Forgot Password + + + +
+
+
+
+

Forgot Password

+
+
+
+
+ +
+
+
+ + + + + + +
+ + + +
+ +
+ + + diff --git a/login.php b/login.php index daf1090..415e03c 100644 --- a/login.php +++ b/login.php @@ -1,4 +1,4 @@ - + @@ -15,10 +15,6 @@ - - - - @@ -51,12 +47,11 @@
- Forgot Password + Forgot Password
" style="color: #ffff;">Contact administrator if you don't have an account.
- diff --git a/loginassets/css/style.css b/loginassets/css/style.css index e34e3e2..6ffad3f 100644 --- a/loginassets/css/style.css +++ b/loginassets/css/style.css @@ -1,4 +1,4 @@ -/*! +/* * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. diff --git a/loginassets/js/1.js b/loginassets/js/1.js index f716066..9ad2052 100644 --- a/loginassets/js/1.js +++ b/loginassets/js/1.js @@ -14,8 +14,6 @@ $(document).ready(function() { // Function to check if the user exists function checkUserExists() { - // Perform user existence check here (e.g., AJAX request to the server) - // If the user doesn't exist, show the alert and display the h5 element if (!userExists) { showUserNotFoundAlert(); showContactAdminMessage(); // Function to display the h5 element