Error occurs: wp_insert_user(): need to specify user_pass field
-
Error occurs: wp_insert_user(): To create a new user, you need to specify the user_pass field. The user will need to reset the password before logging in for the first time. If in the file profile-builder/front-end/register.php replace line 54: $password = “; with line: $password = ‘placeholder’; the error will disappear. Error tracing:
- wp-includes/functions.php:6131
wp_trigger_error()
wp-includes/user.php:2233wp_insert_user()
wp-includes/user.php:2952wp_create_user()
wp-content/plugins/profile-builder/features/email-confirmation/email-confirmation.php:627wppb_create_user()
wp-content/plugins/profile-builder/front-end/register.php:77wppb_activate_signup()
wp-content/plugins/profile-builder/features/functions.php:328wppb_add_activation_message()
wp-includes/class-wp-hook.php:341apply_filters('the_content')
wp-includes/post-template.php:256the_content()
wp-content/themes/stroyrating/page.php:42
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.