Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#15267 closed defect (bug) (wontfix)

'password_reset_message' filter arguments

Reported by: arena's profile arena Owned by:
Milestone: Priority: normal
Severity: critical Version: 3.1
Component: Mail Keywords:
Focuses: Cc:

Description

as in filter

'retrieve_password_message' arguments allows to bypass the wp_mail function ($message, $key)

in filter 'password_reset_message' it is not the case.

in pluggable.php

the line

$message = apply_filters('password_reset_message', $message, $new_pass);

has to be

$message = apply_filters('password_reset_message', $message, $new_pass, $key);

thank you

Change History (2)

#1 @arena
14 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

not applicable in 3.1

#2 @nacin
14 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.