Changes between Version 2 and Version 3 of Ticket #17018, comment 2
- Timestamp:
- 04/02/2011 11:38:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17018, comment 2
v2 v3 3 3 $_POST is being addslashes()'ed in wp_magic_quotes() / wp-load.php of every request - that's for both important processes, the process of creating the new user, and for logging in with the new user. 4 4 5 The slashed password is used as source to create the password hash when addin a new user.5 The slashed password is used as source to create the password hash when adding a new user. 6 6 7 7 The email function wp_new_user_notification() will put the password as passed into the email that will be send out (slashes added).