#4037 closed defect (bug) (no action required)
When a user registers and wishes to create a blog, the password entered is not saved
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.4 |
Component: | Members | Keywords: | |
Cc: |
Description
Hi,
From the code it looks like, that if a user decides to create a new blog then the function to create a bp user (bp_core_signup_user) is not called:
In bp-members-screens.php:
Finally, sign up the user and/or blog
if ( isset( $_POSTsignup_with_blog? ) && is_multisite() )
bp_core_signup_blog( $blog_detailsdomain?, $blog_detailspath?, $blog_detailsblog_title?, $_POSTsignup_username?, $_POSTsignup_email?, $usermeta );
else
bp_core_signup_user( $_POSTsignup_username?, $_POSTsignup_password?, $_POSTsignup_email?, $usermeta );
Should the bp_core_signup_user be called regardless? And not as an 'else' clause?
Please be gentle with any replies, this is my first time looking at the code,
Conor
Please ignore, this is not an issue for me anymore.
The plugin I was using for buddypress was stopping my password from being set.
Thanks.