You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`min_length` - (Optional) The minimum length of the password. Defaults to 8.
37
-
-`max_length` - (Optional) The maximum length of the password. Defaults to 128.
37
+
-`max_length` - (Optional) The maximum length of the password. Defaults to 128. (128 is now the only accepted value; other values are no longer supported, and this field may be deprecated in the future.)
38
38
-`must_contain_lowercase` - (Optional) If the password must contain lower case characters. Defaults to true.
39
39
-`must_contain_uppercase` - (Optional) If the password must contain upper case characters. Defaults to true.
40
40
-`must_contain_digits` - (Optional) If the password must contain digits. Defaults to true.
0 commit comments