Changes between Initial Version and Version 6 of Ticket #49639
- Timestamp:
- 05/12/2021 09:39:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49639
- Property Keywords dev-feedback 2nd-opinion needs-patch added
-
Property
Version
changed from
5.4to -
Property
Component
changed from
FormattingtoUsers
-
Ticket #49639 – Description
initial v6 1 1 /5.3/src/wp-includes/user.php 2 function wp_insert_user ( $userdata )1542 line2 `function wp_insert_user ( $userdata )` 1542 line 3 3 Please apply the below filter so that I can add a rule on user typed password before hashing the password. 4 {{{ 4 5 $pre_user_password = apply_filters( 'pre_user_password', $user_pass ); 6 }}} 5 7 Thank you. 6 8