Checks the password hash length. Used as a sanity check.
public static checkPasswordHash ( string $passwordHash, string $exceptionMessage ) | ||
$passwordHash | string | The password hash to check. |
$exceptionMessage | string | Message of the exception thrown. |