Changes between Initial Version and Version 1 of Ticket #63412, comment 1
- Timestamp:
- 05/08/2025 03:31:56 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63412, comment 1
initial v1 31 31 32 32 33 I suspect you'll be able to use the `check_password` filter to alter the behaviour, something like this is probably going to resolve it: 34 {{{ 33 I suspect you'll be able to use the `check_password` filter in a plugin to alter the behaviour, something like this is probably going to resolve it: 34 {{{#!php 35 <?php 36 35 37 // Support passwords from JS bcrypt which did not slash the password. 36 38 add_filter( 'check_password', function( $check, $password, $hash ) {