Ticket #4037 (closed defect (bug): invalid)

Opened 3 months ago

Last modified 3 months ago

When a user registers and wishes to create a blog, the password entered is not saved

Reported by: WACKA1 Owned by:
Priority: normal Milestone:
Component: Members Version: 1.5.4
Severity: normal 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

Change History

  • Status changed from new to closed
  • Resolution set to invalid

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.

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.