Commit df1e8c5b9fae0494b32d23f4a90c82c69192e133
1 parent
f9291b0c
update code
Showing
2 changed files
with
4 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -405,7 +405,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
405 | 405 | $('.forgot-sm1').fadeOut(); |
406 | 406 | $('.forgot-sm1').modal('hide'); |
407 | 407 | } |
408 | - if (isMailForPassword) { | |
408 | + if (isMailForForgotPassword) { | |
409 | 409 | if (userInfo.unblockUser) |
410 | 410 | message = LoginMessageConstants.USER_UNBLOCK_LINK_IN_EMAIL; |
411 | 411 | else | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -367,9 +367,10 @@ AIA.constant("LoginConstants", { |
367 | 367 | AIA.constant("LoginMessageConstants", { |
368 | 368 | "USER_OR_PASSWORD_INCORRECT": "UserId or Password is incorrect.", |
369 | 369 | "RESET_PASSWORD": "Please check you email and reset your password.", |
370 | - "USERID_SENT_IN_EMAIL": "Please check you email, sent UserId in your email.", | |
370 | + "USERID_SENT_IN_EMAIL": "We have sent you userId in email.", | |
371 | 371 | "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", |
372 | 372 | "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.", |
373 | + "MAIL_SENT":"Mail sent.", | |
373 | 374 | "INCORRECT_EMAIL_ID": "Please enter correct email id.", |
374 | 375 | "BLANK_EMAIL_ID": "Please enter your email id.", |
375 | 376 | "PASSWORD_RESET_MESSAGE": "Your password has been reset.", |
... | ... | @@ -386,7 +387,7 @@ AIA.constant("LoginMessageConstants", { |
386 | 387 | "INVALID_USER": "Invalid UserID", |
387 | 388 | "USER_INACTIVE_MESSAGE": "User ID is inactive.", |
388 | 389 | "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.", |
389 | - "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.', | |
390 | + "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.', | |
390 | 391 | "UNBLOCK_SELECTED": "unblock", |
391 | 392 | "FORGOT_PASSWORD_SELECTED": "forgotpwd", |
392 | 393 | "USER_UNBLOCK_LINK_IN_EMAIL": "Please check you email and unblock your account.", | ... | ... |