From 16a52847800589d07569e01bbdf8d540353db612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 26 Feb 2019 13:59:30 +0100 Subject: [PATCH 1/3] Incrase the timeout --- buildtools/check-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/check-example.js b/buildtools/check-example.js index 3846e0d2fd85..af7b6818be77 100644 --- a/buildtools/check-example.js +++ b/buildtools/check-example.js @@ -51,7 +51,7 @@ page.onResourceError = function(resourceError) { } }; page.onResourceTimeout = page.onResourceError; -page.settings.resourceTimeout = 2000; +page.settings.resourceTimeout = 4000; page.onUrlChanged = function(url) { console.log('URL changed: ' + url); }; From bdeb87856e243e665911e1de19c99b68b02cc98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 26 Feb 2019 12:56:59 +0100 Subject: [PATCH 2/3] Fix force password change --- contribs/gmf/apps/desktop/index.html.ejs | 3 +- contribs/gmf/apps/mobile/index.html.ejs | 3 +- .../gmf/src/authentication/component.html | 27 ++---------------- contribs/gmf/src/authentication/component.js | 28 +++++++++---------- .../src/controllers/AbstractAppController.js | 22 ++++++++------- 5 files changed, 29 insertions(+), 54 deletions(-) diff --git a/contribs/gmf/apps/desktop/index.html.ejs b/contribs/gmf/apps/desktop/index.html.ejs index 5462748417a9..d22946b91274 100644 --- a/contribs/gmf/apps/desktop/index.html.ejs +++ b/contribs/gmf/apps/desktop/index.html.ejs @@ -280,8 +280,7 @@ + ng-model="mainCtrl.userMustChangeItsPassword">
diff --git a/contribs/gmf/src/authentication/component.js b/contribs/gmf/src/authentication/component.js index 6b3d0799087e..f65359b7e810 100644 --- a/contribs/gmf/src/authentication/component.js +++ b/contribs/gmf/src/authentication/component.js @@ -87,8 +87,7 @@ function gmfAuthenticationTemplateUrl($element, $attrs, gmfAuthenticationTemplat * * + * ng-model="mainCtrl.userMustChangeItsPassword"> *
- +