Using PostgreSQL Anonymizer for local development

Hey! Im using PostgreSQL Anonymizer, which works great so far.
Im exporting my production db, running anon over it and everything is anonymized. Now I want to set all user’s passwords to test123 but I cannot get this to work because of the custom Directus hashing of passwords I think. Any clue how I can achieve this?

You can generate hashes for use as passwords in the database using the /utils/hash/generate endpoint