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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user