@@ -1,2 +1,4 @@
<?php
echo password_hash('Levasseur', PASSWORD_DEFAULT);
$hash = password_hash('Levasseur', PASSWORD_DEFAULT);
echo $hash;
var_dump(password_verify('Levasseur', $hash));
The note is not visible to the blocked user.