Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5789, comment 2


Ignore:
Timestamp:
08/01/2014 06:53:21 PM (11 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5789, comment 2

    initial v1  
    44Hi godavid33,
    55
    6 Thanks for your feedback. I'm not sure the fix is that "super easy" :) If the user registers from front office using the BuddyPress registration page, the WordPress generated password (on account activation) is replaced by BuddyPress to the one the user set before activation. The problem is that the user set password is hashed on registration. That's the reason you have the filter on {{{'update_welcome_user_email'}}}.
     6Thanks for your feedback. I'm not sure the fix is that "super easy" :) If the user registers from front end using the BuddyPress registration page, the WordPress generated password (on account activation) is replaced by BuddyPress to the one the user set before activation. The problem is that the user set password is hashed on registration. That's the reason you have the filter on {{{'update_welcome_user_email'}}}.
    77
    88In other words, the password generated by WordPress on account activation is not the one the user set when registering.