Go to the FreeLists Home Page Home Signup Help Login
 



Browse dokuwiki: This Month's Archive    Main Archive Page    Related posts

[dokuwiki] Dokuwiki and Flyspray

  • From: "Andrzej Sobczak (poczta.fm)" <andrzej.sobczak@xxxxxxxxx>
  • To: <dokuwiki@xxxxxxxxxxxxx>
  • Date: Thu, 4 Aug 2005 00:59:16 +0200
Dear All,

I tried integrate Dokuwiki with Flyspray.

So I modified local.php file such as:

$conf['passcrypt']   = 'md5';           //Used crypt method
(smd5,md5,sha1,ssha,crypt,mysql,my411)
$conf['authtype'] = 'mysql';
$conf['auth']['mysql']['server']   = 'localhost';
$conf['auth']['mysql']['user']     = 'fly';
$conf['auth']['mysql']['password'] = 'fly';
$conf['auth']['mysql']['database'] = 'flyspray';
$conf['auth']['mysql']['passcheck']= "SELECT user_name FROM flyspray_users
WHERE user_name='%u' AND user_pass=MD5('%p') AND account_enabled=1";
$conf['auth']['mysql']['userinfo'] = "SELECT real_name AS name,
email_address AS mail FROM flyspray_users WHERE user_name='%u'";
$conf['auth']['mysql']['groups'] = "SELECT LOWER(g.group_name) AS 'group'
FROM flyspray_users u LEFT JOIN flyspray_users_in_groups uig ON u.user_id =
uig.user_id LEFT JOIN flyspray_groups g ON uig.group_id = g.group_id WHERE
u.user_name = '%u' AND uig.user_id = u.user_id AND g.belongs_to_project =
'1'";

But I still receive error: "Sorry, username or password was wrong".

Any ideas why?

P.S. I use flyspray 0.9.8.

Best wishes,
Andrzej Sobczak



----------------------------------------------------------------------
Najlepszy serwis MOTO w Polsce! >>> http://link.interia.pl/f18a8

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

Other related posts:

  • [dokuwiki] Dokuwiki and Flyspray
  • [dokuwiki] Re: Dokuwiki and Flyspray




  • [ Home | Signup | Help | Login | Archives | Lists ]

    All trademarks and copyrights within the FreeLists archives are owned by their respective owners.
    Everything else ©2007 Avenir Technologies, LLC.