by axew3 » Fri Jan 31, 2020 3:33 pm
On some php version like 7.1.11 (where not compiled with)
Code: Select all
password_hash($password, PASSWORD_ARGON2I);
lead to this error when password reset
The warning do not cause the wrong execution , all run ok by the way, despite the error message may display.
Warning: password_hash() expects parameter 2 to be integer, string given in /w3/wp-content/plugins/wp-w3all-phpbb-integration/wp_w3all.php on line 696
On 2.1.5, for what known at moment, this is the unique remaining bug.
As said above, and that you can also experience on this online example, this not lead to wrong result.
Will be resolved as soon.
Report if you found any bug!
On some php version like 7.1.11 (where not compiled with)
[code]password_hash($password, PASSWORD_ARGON2I);[/code]
[b]lead to this error when password reset[/b]
The warning do not cause the wrong execution , all run ok by the way, despite the error message may display.
[quote]Warning: password_hash() expects parameter 2 to be integer, string given in /w3/wp-content/plugins/wp-w3all-phpbb-integration/wp_w3all.php on line 696[/quote]
On 2.1.5, for what known at moment, this is the unique remaining bug.
As said above, and that you can also experience on this online example, this not lead to wrong result.
[b]Will be resolved as soon.
Report if you found any bug![/b]