+
+

+
-
+
-
Forgot password
+
- Select which contact details should we use to reset your password:
+ Forgot password
-
-
- Via email
-
-
+ Select which contact details should we use to reset your password:
-
-
- Via sms
-
-
-
+
+
+ Via email
+
+
-
+
+
+ Via sms
+
+
+
-
Forgot password
+
- Enter your registered email
+ Forgot password
-
-
-
+ Enter your registered email
-
- Continue
-
-
+
+
+
+
+
+ Continue
+
+
-
+
- Forgot password
+ Forgot password
- Code has been sent to the your registered email
+ Code has been sent to the your registered email
-
-
-
+
+
+
-
- Continue
-
-
-
- Already have an account? Login
+
+ Continue
+
+
+
+ Already have an account? Login
+
+
diff --git a/src/app/pages/forgot/forgot.page.ts b/src/app/pages/forgot/forgot.page.ts
index 290a440..a8d24f8 100644
--- a/src/app/pages/forgot/forgot.page.ts
+++ b/src/app/pages/forgot/forgot.page.ts
@@ -70,7 +70,8 @@ export class ForgotPage implements OnInit {
}
else
{
- alert("SOME WENT WROMNG");
+ this.showAlert("Password Reset Error","We are unable to complete the process, please contact support");
+ // alert("SOME WENT WROMNG");
}
}
diff --git a/src/app/pages/new-password/new-password.page.html b/src/app/pages/new-password/new-password.page.html
index 99cd9ca..1cc12b6 100644
--- a/src/app/pages/new-password/new-password.page.html
+++ b/src/app/pages/new-password/new-password.page.html
@@ -10,34 +10,37 @@
-
-

+
+
+
+

+
+
Create Your New Password
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reset Password
+
+
+
+
-
Create Your New Password
-
-
-
-
-
-
-
-
-
-
-
-
- Reset Password
-
-
-
-
-
-
- Done
+ Return to login
diff --git a/src/app/pages/new-password/new-password.page.ts b/src/app/pages/new-password/new-password.page.ts
index f092910..c3d76b3 100644
--- a/src/app/pages/new-password/new-password.page.ts
+++ b/src/app/pages/new-password/new-password.page.ts
@@ -67,7 +67,7 @@ export class NewPasswordPage implements OnInit {
onCompleteNewReset(){
if (this.new_password.length < 8 || (this.new_password != this.confirm_new_password) ){
- this.showAlert('Error', 'Enter new password to continue');
+ this.showAlert('Error', 'Enter new password to continue, must be 8 or more alphanumeric');
return;
}
this.postData = {