Comment to 'Password strength'
  • It's possible to change it via Studio > Developer > Forms > Fields > System > Create Account > edit "Password" field > change Regular Expression to something like this:

    /^.{8,}$/

    Also you will need to change translation for _sys_form_account_input_password_error language key