From 3b4dd241a865e48f9242686aa65e1e0a607eb051 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sat, 27 Apr 2019 16:04:51 +0000 Subject: [PATCH] Backend Service --- .../application/controllers/Register.php | 5 ++ providerwww/application/views/register.php | 10 ++- providerwww/application/views/resetpass.php | 81 +++++++++++++++++++ .../application/views/welcome_message.php | 2 +- 4 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 providerwww/application/views/resetpass.php diff --git a/providerwww/application/controllers/Register.php b/providerwww/application/controllers/Register.php index fddc1e9..22f47fe 100644 --- a/providerwww/application/controllers/Register.php +++ b/providerwww/application/controllers/Register.php @@ -9,4 +9,9 @@ class Register extends Web_Controller { $this->renderExternalPage('register', $data); } + public function resetpass(){ + + $data = array(); + $this->renderExternalPage('resetpass', $data); + } } diff --git a/providerwww/application/views/register.php b/providerwww/application/views/register.php index b1e5aa9..0591c13 100644 --- a/providerwww/application/views/register.php +++ b/providerwww/application/views/register.php @@ -1,4 +1,12 @@ +
@@ -82,7 +90,7 @@
-
+
diff --git a/providerwww/application/views/resetpass.php b/providerwww/application/views/resetpass.php new file mode 100644 index 0000000..1165e53 --- /dev/null +++ b/providerwww/application/views/resetpass.php @@ -0,0 +1,81 @@ + + +
+ +
+ +
+
+
+ loader +
+
+
+ + + +
+
+
+
+
+
+
+

Merms Providers

+

Reset Password.

+
+
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+ + +
+
+

Already have an account ? Sign In

+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+ + diff --git a/providerwww/application/views/welcome_message.php b/providerwww/application/views/welcome_message.php index c56d2b8..c13501b 100644 --- a/providerwww/application/views/welcome_message.php +++ b/providerwww/application/views/welcome_message.php @@ -57,7 +57,7 @@ if (!isset($facility_text) || $facility_text == '') { Remember Me - Forgot Password ? + Forgot Password ?