Merge branch 'leiyong_fix_bug_0811' into 'master'
* Fix single sign-on. See merge request easycorp/zentaopms!4914
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user