Like others before me, I’ve made some error in the admin password and have been attempting to force a reset through sql. I’ve kicked my fail count back down to 0, but when attempting to force an update I’m unable to actually reset the password because the password field doesn’t exist, only passwordStrong and passwordStrongSalt.
I’ve checked past posts which suggest using UPDATE gibbonPerson SET password=md5(‘newPassword’), passwordStrong=‘’, passwordStrongSalt=‘’ WHERE gibbonPersonID=1;` but the problem lies in that there is no ‘password’ field.
I’m currently running 24.0.00, hosted locally while I’m still learning and before we do a school-wide rollout.
Any suggestions?
