I forgot the my admin password . How to login now , email not working
UPDATE gibbonPerson SET password=md5(‘newPassword’), passwordStrong=‘’, passwordStrongSalt=‘’ WHERE gibbonPersonID=1;
Got it , by above sql
Glad to hear you got logged in. Be sure to reset your password again once you’re logged in, md5 passwords aren’t safe, which is why the passwordStrong is there