Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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: wacka1's profile WACKA1 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

Change History (2)

#1 @wacka1
13 years ago

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

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.

#2 @DJPaul
13 years ago

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