diff --git a/400-SOURCECODE/AIAHTML5.API/Templates/forgot-Password.html b/400-SOURCECODE/AIAHTML5.API/Templates/forgot-Password.html index 29aaf91..803e5c6 100644 --- a/400-SOURCECODE/AIAHTML5.API/Templates/forgot-Password.html +++ b/400-SOURCECODE/AIAHTML5.API/Templates/forgot-Password.html @@ -34,10 +34,16 @@   - You can reset your password by clicking the link below: - + Click the Reset Password button below to reset your A.D.A.M. OnDemandâ„¢ account password + + +   + - {resetPasswordLink} + + Reset Password + +     diff --git a/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll b/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll index 2b2afd7..70aa98b 100644 --- a/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll +++ b/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll diff --git a/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll.config b/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll.config index 4525154..d8ba05f 100644 --- a/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll.config +++ b/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll.config @@ -31,11 +31,11 @@ - + - - - + + + diff --git a/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb b/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb index 2c340b8..bd13005 100644 --- a/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb +++ b/400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 2c176e1..87c0991 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -231,7 +231,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.closeResetPasswordPopup = function () { $("#passwordReset").fadeOut(); - $("#passwordReset").modal('hide'); + $("#passwordReset").modal('hide'); + $location.url("/"); + $rootScope.isVisibleResetPass = false; + $rootScope.isVisibleLogin = true; } diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 3d7bbb1..ba6b963 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -203,7 +203,7 @@ - Forgot Password? + Forgot Password?
@@ -1131,8 +1131,8 @@ - - + +