[dokuwiki] Re: SMF integration

  • From: Chris Smith <chris@xxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 06 Jan 2006 16:54:47 +0000

Hi Matthias, Lunatic,

I think there is a bug in mysql.class.php checkPass(), line #71. It should be

$rc = $this->cnf['encryptPass'] .....

rather than the current

$rc = $cnf['encryptPass'] ...

The bug will only show itself if you attempt to use mysql auth with $conf['encryptPass'] = 1.

Cheers,

Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: