'value'=>$this->t('The configured password hashing algorithm %algorithm is not available in your PHP installation. Ensure that the <a href=":url">necessary PHP extensions</a> are installed and that the Drupal password hashing configuration is correct.',[
'value'=>$this->t('Passwords are hashed with the bcrypt algorithm. Drupal 12 will use argon2id by default. It is recommended to <a href=":url">switch</a> to argon2id.',[
':url'=>'https://www.drupal.org/node/3581980',
]),
'severity'=>RequirementSeverity::Info,
];
}
return[
'title'=>$this->t('Password hashing'),
'value'=>$this->t('Passwords are hashed with the bcrypt algorithm. Drupal 12 will use argon2id by default. It is recommended to enable <a href=":url">argon2 password hashing</a> in your PHP installation and to switch to argon2id.',[