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 ?