Hello all,

I have to import about 5000+ users with passwords for new instance of osTicket. Users wouldn't have email adresses, so i have to do all from SQL, which isn't problem, but i'm open for any sugestion, how to hash passwords to import them into DB

You can take a look at /include/PasswordHash.php to see how osTicket encrypts the passwords.

Write a Reply...