coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: zom on June 05, 2007, 08:26:28 AM

Title: can't log to bridgemgr.php
Post by: zom on June 05, 2007, 08:26:28 AM
I would like to unbridge smf to my forum , problem bridgemgr refuse all user and password (I can acceed to to administration page).

I have tried to check in database and tried to log with the data of user n° 1 (group 1) but still refused

could help ?

thank you
Title: Re: can't log to bridgemgr.php
Post by: Sami on June 05, 2007, 09:56:36 AM
It's strange ! but if you don't have any other way then manually remove bridge info from xxx_bridge table by using phpmyadmin or similar mysql tool
Title: Re: can't log to bridgemgr.php
Post by: zom on June 05, 2007, 11:08:11 PM
hello what is the encoding of the password : password looks like 28fc2782ea7ef51c1104ccf7b9bea13d how to convert that to the password to insert in  the password field ?

thank you

Title: Re: can't log to bridgemgr.php
Post by: Sami on June 06, 2007, 06:53:34 AM
Password store as a MD5 hash (http://us.php.net/md5) string , you can generate new password by using md5 function
Title: Re: can't log to bridgemgr.php
Post by: Joachim Müller on June 06, 2007, 08:17:17 AM
To manually disable bridging, just use phpMyAdmin, browse coppermine's config table, set "bridge_enable" to "0".