WP_w3all 1.7.3 fix - Uncaught exception: ‘Unsupported hash format.’

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: WP_w3all 1.7.3 fix - Uncaught exception: ‘Unsupported hash format.’

WP_w3all 1.7.3 fix - Uncaught exception: ‘Unsupported hash format.’

by axew3 » Wed Jul 05, 2017 10:07 pm

file addons/bcrypt/bcrypt.php
https://plugins.trac.wordpress.org/expo ... bcrypt.php
has just been patched to fix unsupported old phpBB hash format: if old phpBB hash is not recognized, wp will show pass not recognized message to the wp user onlogin, instead of error (so may user will reset pass correctly instead to see an error).
This fix is important for all old/updated phpBB boards (< 3.1), where may there are old phpBB users, with old password hashes.

Top