
9 Feb
2006
9 Feb
'06
10:15 a.m.
Hi! Solaris User wrote:
What type of hash does OTRS v2 use when storing a password in MySQL? It looks like crypt, but I am unable to tell what the salt is.
Try it this way: $password = crypt($cleartextpassword, $username); The username is the salt. Greetings Marco