osTicket v1.10 (stable) and Maintenance Release v1.9.15 are now available! Go
get it now
[resolved] So I messed up and now can't log in...
In the past few days on our dev server I have been toying with passing authentication from a separate page and made the mistake of disabling LDAP and now I can't log in. The admin password is a total mystery(I didn't set this project up merely inherited it). However I attempted the pw reset that I found by going through the mysql database using [update `ost_staff` set `passwd`=MD5('12345') where `staff_id`='22';] however this doesn't work..
Any suggestions on how I should proceed?
Comments