NobuNobu
nobun****@users*****
2006年 2月 5日 (日) 22:15:40 JST
Index: xoops2jp/html/modules/user/forms/EditUserForm.class.php diff -u xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.8 xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.9 --- xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.8 Thu Feb 2 17:50:12 2006 +++ xoops2jp/html/modules/user/forms/EditUserForm.class.php Sun Feb 5 22:15:40 2006 @@ -133,7 +133,7 @@ $user->set('user_mailok',$this->getVar('user_mailok')); if($this->getVar('pass')) - $user->set('pass',$this->getVar('pass')); + $user->set('pass',md5($this->getVar('pass'))); } }