Changes between Initial Version and Version 1 of Ticket #5789, comment 4
- Timestamp:
- 08/02/2014 07:22:43 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5789, comment 4
initial v1 1 1 No i'm saying the password generated by WordPress and passed in the filter is not the one the user set when he registered. When a user registers from front end the password is hashed before being saved in the metas of the signup table. 2 2 3 See : https://buddypress.trac.wordpress.org/browser/trunk/src/bp-members/bp-members-screens.php#L182 4 3 5 Thanks for the test you'll do.