Merged in bugfix/HOR-4708 (pull request #6538)

HOR-4708

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Dante Loayza <dante.loayza@colosa.com>
This commit is contained in:
Julio Cesar Laura Avendaño
2018-07-03 14:06:36 +00:00

View File

@@ -2557,7 +2557,7 @@ class Bootstrap
return $passwordHashConfig['current'];
}
public function hashPassword($pass, $hashType = '', $includeHashType = false)
public static function hashPassword($pass, $hashType = '', $includeHashType = false)
{
if ($hashType == '') {
$hashType = Bootstrap::getPasswordHashType();