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:
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