⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 encryption_fix.dat

📁 Internet Task Management System可以让用户分配和管理一个组织内的任务。ITMS可以发送任务管理通知
💻 DAT
字号:
This problem was found running ITMS Build 0104 running Suse 7.2:
Support Request ID: 521504
Executive Summary: Users can't login due to web server's implementation on crypt function

Fix Details:
In toolbox.php, in the function db_add_user, replace line 
872 with:
$query = "INSERT INTO ldap (name, password) VALUES ('$newusername', '" . crypt($newpassword, substr($newpassword, 0, 2)) . "')";

Also in toolbox.php in the function ldap_add_user, replace line
855 with:
$info["password"] =  crypt($newpassword, substr($newpassword, 0, 2))


Note:
Provided in this patch are versions of toolbox.php for ITMS Oracle Patch (build 0104) and ITMS (build 0104) with the above changes applied

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -