From a1a87f4662d3d8a1cff2d770351c3cd6703fb56f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 10 Nov 2024 20:24:53 -0500 Subject: [PATCH] reset password --- app/Config/Routes.php | 3 +++ app/Views/resetpass.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 7a758c4..c522a4d 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -14,6 +14,9 @@ $routes->get('logout', 'Login::StartLogin'); $routes->get('register', 'Login::RegisterAccount'); $routes->get('register/resetpass', 'Login::ResetPassword'); +$routes->post('register/resetpass', 'Login::ResetPassword'); + + $routes->post('/register/startacc', 'Login::RegisterAccount'); diff --git a/app/Views/resetpass.php b/app/Views/resetpass.php index debd247..8b2e27a 100644 --- a/app/Views/resetpass.php +++ b/app/Views/resetpass.php @@ -31,7 +31,7 @@ if (!isset($facility_text) || $facility_text == '') {

Merms Providers

Reset Password.

-
+