[Solar-talk] Solar_Auth_Adapter_Sql & salt/hash the password

Sean Montague scene at themountainscene.com
Fri Feb 1 14:36:07 CST 2008


In Solar_Auth_Adapter_Sql, $md5 = hash('md5', $this->_config['salt'] . 
$this->_passwd); is the default. I need it to be $md5 = 
md5(base64_encode($this->_config['salt'] . $this->_passwd));

Do I just alter the Solar_Auth_Adapter_Sql class? This seems like a no 
no. Or is there another way?

Thanks!
Sean


More information about the Solar-talk mailing list