Changes between Initial Version and Version 1 of Ticket #25853
- Timestamp:
- 11/06/2013 11:24:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25853
-
Property
Version
changed from
3.7.1
to3.7
-
Property
Component
changed from
General
toUsers
-
Property
Milestone
changed from
Awaiting Review
to3.7.2
-
Property
Version
changed from
-
Ticket #25853 – Description
initial v1 1 In changeset 25696to wp-login.php, the function 'retrieve_password' was changed to hash the generated key about line 350:1 In changeset [25696] to wp-login.php, the function 'retrieve_password' was changed to hash the generated key about line 350: 2 2 3 3 {{{$hashed = $wp_hasher->HashPassword( $key );}}}