We have a dockerized Keycloak that fails on startup. Logs include this message:
WARN [org.keycloak.services.resources.admin.UserResource] (default task-44) Could not update user password.: org.keycloak.models.ModelException: invalidPasswordMinLengthMessageIs Keycloak failing to start because importing of some existing users fail due to password policies? How can we disable those policies with the service stopped? We don't find the policies in the DB tables (postgres).