From 489fa70400d3febdbeb094d8fd8d3a9931355b0c Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Thu, 11 Aug 2022 01:54:32 +0000 Subject: [PATCH] * Fix single sign-on. --- module/common/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/model.php b/module/common/model.php index bbdb5187f8..98e5f4df58 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -2417,10 +2417,10 @@ EOD; $module == 'tutorial' or $module == 'install' or $module == 'upgrade' or + $module == 'sso' or ($module == 'user' and strpos('|login|deny|logout|reset|forgetpassword|resetpassword|', "|{$method}|") !== false) or ($module == 'my' and strpos('|changepassword|preference|', "|{$method}|") !== false) or ($module == 'file' and strpos('|read|download|uploadimages|ajaxwopifiles|', "|{$method}|") !== false) or - ($module == 'sso' and $method == 'login') or ($module == 'report' && $method == 'annualdata') or ($module == 'misc' && $method == 'captcha') or ($module == 'execution' and $method == 'printkanban') or