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