From fbcca83fc33f3a622364ae90c5d82bbbdc9a9dc6 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Wed, 21 Oct 2015 13:57:43 +0200 Subject: global saml_logout has been disabled. A bug with the saml login timeout has been fixed (if the user entered the saml login screen and went back he would later get the timeout error) --- js/codeq/core.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/codeq/core.js') diff --git a/js/codeq/core.js b/js/codeq/core.js index 309195b..e4ead27 100644 --- a/js/codeq/core.js +++ b/js/codeq/core.js @@ -377,6 +377,8 @@ 'log': log, + 'samlLogin' : false,//falg if we logged in via saml + 'settings': { 'gui_lang': 'en', // boot sequence overrides this if the browser uses a supported language 'gui_layout': 'line-layout' -- cgit v1.2.1