Password validation field in Auth0 Forms is not follow password strength level set up in tenant

Feature: make the password field from Auth0 Forms follow the same rules for password validation as the rules that have been set up for the tenant.

Description: Currently, the existing password field that can be used to build a custom screen in Auth0 Form has its own set of validation rules that are separate and do not match the password strength and validation rules that can be set up in the tenant. There is unfortunately no way to sync global password validation rules with this field. Moreover, settings that this field has only allowed us to validate passwords up to "strong"level, while in our tenant, we set it to “excellent”. That creates an issue for our users when they try to use this field: when they type password field validation is going to show them that their password is valid and strong enough, but when user try to submit it - it fails on actual password strength validation that are set on tenant level.
So it would be benifitial to:

  1. add an ability to sync password strength level in this field with the password strength level of tenant
  2. add additional options to this field, so we can mimic tenant level rules