Meta Box
Support Forum
Support › MB User Profile › Default fields validation
Hi,
Are the default login/register fields "pre-validated" and sanitized with PHP by the plugin or do I need to do my own validation?
I'm talking about email, password, confirm password and username.
Thanks.
Hello,
Yes, all fields are validated and sanitized by PHP and WordPress functions before processing, similar to the WordPress registration/login form. I think you don't need to use extra validation/sanitization.
Refer documentation https://docs.metabox.io/sanitization/