04-21-2017, 12:22 AM
Managed to resolve it myself, through
Code:
if (strtoupper(md5($password)) === strtoupper($this->data()->password)) {