Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #17018, comment 2


Ignore:
Timestamp:
04/02/2011 11:38:49 AM (12 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17018, comment 2

    v2 v3  
    33$_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.
    44
    5 The slashed password is used as source to create the password hash when addin a new user.
     5The slashed password is used as source to create the password hash when adding a new user.
    66
    77The email function wp_new_user_notification() will put the password as passed into the email that will be send out (slashes added).