Xiloader password function
Posted: Fri Jun 20, 2014 9:19 pm
Hey does anyone know how to change the password hash function to use this
$values['password'] != md5($staticSalt . $password)
that is the password string from socialengine
how do i change my client to register and receive this in xiloader?
$values['password'] != md5($staticSalt . $password)
that is the password string from socialengine
how do i change my client to register and receive this in xiloader?