Changeset 3627:9bccfc2257ad for plugins/antispam
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/inc/lib.dc.antispam.php
r3231 r3627 134 134 $code = 135 135 pack('a32',$core->auth->userID()). 136 pack('H*',$core->auth->crypt ($core->auth->getInfo('user_pwd')));136 pack('H*',$core->auth->cryptLegacy($core->auth->getInfo('user_pwd'))); 137 137 return bin2hex($code); 138 138 } … … 161 161 } 162 162 163 if ($core->auth->crypt ($rs->user_pwd) != $pwd) {163 if ($core->auth->cryptLegacy($rs->user_pwd) != $pwd) { 164 164 return false; 165 165 }
Note: See TracChangeset
for help on using the changeset viewer.