I am trying to do a mass import of users into the mysql database for osticket, I have figured everything out except the passwords... They are stored in mysql as some sort of hash.
I could convert the current passwords to the hash, but I don't know what osticket uses. Is it md5, sha1, etc?
Thank You,
Kevin