Change record status: 
Project: 
Introduced in branch: 
8.x-3.x
Introduced in version: 
8.x-3.0-beta4
Description: 

In Drupal 10.1, the password hashing changed. This affects importing hashed user passwords with Feeds. You will need the new Password Compatibility module in order to keep importing hashed user passwords.

For importing unencrypted (plain text) passwords the Password Compatibility module is not required.

To know if you've currently configured feed types to import hashed passwords, check the feed types you import users with and then look for a configured password target. If the encryption is set to "MD5" or "SHA512", you are importing hashed passwords.

Impacts: 
Site builders, administrators, editors