Hello all, I have a php web interface and i related the interface to the cloudstack database with the creataccount api. Now i am getting problems when I try to log in to this web interface.it seems to be a hash problem. I am hashing the password as below:
$password = hash(sha256 ,$_POST['password']); but still can not login. Is this the right hash algorithm i am using? Kind regards and merry christmas! *Salar*