| phpBB3 Password Problem
FYI: There appears to be a glitch with the way PhotoPost validates user logins for with phpBB3...
phpBB3 uses a completely new password hashing method. When a board (like mine) gets converted from phpBB 2.x to phpBB 3.x, user password hashes are not fully converted to the new hashing method until they login to the board for the first time.
When an old (phpBB2) user logs into the phpBB3 board the conversion is seamless. The user never knows his password hash was converted/updated. The problem I encountered is when one of these old users tries to login into PhotoPost before logging into phpBB3 for the first time, their login attempt fails...
My entire site is heavily integrated with phpBB3... I have a script that will validate users in phpBB3 - regardless of whether their password have been updated... In case you want to incorporate it...
|