Moses Odhiambo
I have made installation via softaculous successfully but the admin password could not be recognized and resetting password , the email I provided is not recognized. Kindly assist am new and am in process of knowing gibbons better.
Comments
UPDATE `gibbonPerson` SET passwordStrong=SHA2(CONCAT(@salt:=SUBSTRING(MD5(RAND()), 1, 22), "yourNewPassword"), 256), passwordStrongSalt=@salt WHERE gibbonPerson.gibbonPersonID=1;