On the signup form, Toolset user form required fields could be bypassed if WordPress core required fields were filled first, allowing submission without completing Toolset-required fields.
Solution:
Add the required='true' attribute directly to the [cred_field] shortcode for each field that must be mandatory, ensuring proper validation and preventing form submission without them.