diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 81f9b51..4cac29a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -405,7 +405,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $('.forgot-sm1').fadeOut(); $('.forgot-sm1').modal('hide'); } - if (isMailForPassword) { + if (isMailForForgotPassword) { if (userInfo.unblockUser) message = LoginMessageConstants.USER_UNBLOCK_LINK_IN_EMAIL; else diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index db98d31..45fca3c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -367,9 +367,10 @@ AIA.constant("LoginConstants", { AIA.constant("LoginMessageConstants", { "USER_OR_PASSWORD_INCORRECT": "UserId or Password is incorrect.", "RESET_PASSWORD": "Please check you email and reset your password.", - "USERID_SENT_IN_EMAIL": "Please check you email, sent UserId in your email.", + "USERID_SENT_IN_EMAIL": "We have sent you userId in email.", "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.", + "MAIL_SENT":"Mail sent.", "INCORRECT_EMAIL_ID": "Please enter correct email id.", "BLANK_EMAIL_ID": "Please enter your email id.", "PASSWORD_RESET_MESSAGE": "Your password has been reset.", @@ -386,7 +387,7 @@ AIA.constant("LoginMessageConstants", { "INVALID_USER": "Invalid UserID", "USER_INACTIVE_MESSAGE": "User ID is inactive.", "INVALID_PASSWORD": "Invalid Password. UserID and password will be disabled if your password is entered incorrectly for five consecutive attempts. If you have forgotten your password, please click on the forgot password link.", - "USER_BLOCKED": 'Your User ID has been blocked for 24 hours due to multiple wrong attempts. To unblock please click on "Forgot Your Password" link on your Login window and select "unblock" option.', + "USER_BLOCKED": 'Your User ID has been blocked for 24 hours due to multiple wrong attempts. To unblock please click on "Forgot Password" link on your Login window and select "unblock" option.', "UNBLOCK_SELECTED": "unblock", "FORGOT_PASSWORD_SELECTED": "forgotpwd", "USER_UNBLOCK_LINK_IN_EMAIL": "Please check you email and unblock your account.",