[dokuwiki] Re: Pb with Mysql and PHPBB

  • From: Matthias Grimm <matthiasgrimm@xxxxxxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 11 Jan 2006 08:26:25 +0100

> $conf['auth']['mysql']['checkpass']= "SELECT user_password
>                                       FROM phpbb_users
>                                       WHERE username = '%u'
>                                       AND user_password = MD5('%p')";

The SQL commands are case sensitive. This command should be
...['checkPass']

  Best Regards
    Matthias
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: