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
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
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
Password store as a MD5 hash (http://us.php.net/md5) string , you can generate new password by using md5 function
To manually disable bridging, just use phpMyAdmin, browse coppermine's config table, set "bridge_enable" to "0".