Skip to content

Add Argon2i support as parameter to service.

this commit add new parameter password_hash_type which use php const as value: password_hash_type: !php/const PASSWORD_ARGON2I

works only with this core patch which allow to use PHP constants in YAML from this issue: https://www.drupal.org/project/drupal/issues/2951046

Merge request reports