Changes between Initial Version and Version 1 of Ticket #5789, comment 2
- Timestamp:
- 08/01/2014 06:53:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5789, comment 2
initial v1 4 4 Hi godavid33, 5 5 6 Thanks for your feedback. I'm not sure the fix is that "super easy" :) If the user registers from front officeusing 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'}}}.6 Thanks 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'}}}. 7 7 8 8 In other words, the password generated by WordPress on account activation is not the one the user set when registering.