Update password hint pop up on registration screen

Hello, I updated the minimum character limit for the password using a plugin. I see that this comes up on the registration page when the minimum is not met. Like so below:


However, the password hint window that pops up next to the password does not show the minimum is 12 characters.


This is not major but it would be nice to update this so it reflects with the other warning!

I tried rebuilding the MFE but nothing changed. Am I going to have to run a custom authn MFE for this?

the current authn MFE has hardcoded values and messages specifically for 8 characters, so it looks like there will be some modification needed to get it to fetch the value of django.contrib.auth.password_validation.MinimumLengthValidator and also dynamically update messages

Okay, thank you!

I think this would be a good upstream contribution