From 7a1022310d33e6421024913d611da2479f0698d9 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 16 Feb 2017 15:34:07 +0530 Subject: [PATCH] updated message in the develop in which login was working fine on server. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 6 +++--- 400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 207bfc8..588efc3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -207,10 +207,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $('.forgot-sm1').modal('hide'); } if (isMailForPassword) - message = "Password"; + message = "Please check you email and reset your password."; else - message = "UserId"; - alert(message + " sent in mail successfully."); + message = "Please check you email, sent UserId in your email."; + alert(message); } } diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index bac9f02..9c66b44 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -281,9 +281,9 @@ AIA.constant('ImageTypes', ['Illustration', 'Cadaver Photograph', 'Radiograph']) //login constant. AIA.constant("LoginConstants", { - "USER_NOT_FOUND": "User not found.", + "USER_NOT_FOUND": "UserId or Password is incorrect.", "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", - "MAIL_NOT_SENT" : "Mail not sent.", + "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.", }) -- libgit2 0.21.4