12-13-2013, 01:46 AM
simply transfer bg_user, and open its design, rename truepasswd to passwd, and delete original passwd which has the sha256.....
Then run this query
UPDATE bg_user SET passwd = MD5(passwd);
It will convert all normal passwords into md5

