Build: #258 was successful

Job: PHP 7.2 - SQLite was successful

Stages & jobs

  1. Default Stage

Code commits

phpBB 3.3.x

  • Máté Bartus <CHItA@users.noreply.github.com>

    Máté Bartus <CHItA@users.noreply.github.com> 1ee1dbb629f2213e2074d5255cb3312eed05c122

    Merge pull request #6137 from marc1706/ticket/16697
    [ticket/16697] Remove $CP$ prefix when updating hashes and support phpBB2 check

  • Marc

    Marc 7d37b650a4008e80135ac8898fe973baad8f4e92

    [ticket/16697] Remove $CP$ prefix when updating hashes and support phpBB2 check
    The $CP$ prefix is not part of the actual password hash.
    phpBB2 passwords converted do currently include a phpass hash of the md5 of
    the password. Make sure these are correctly checked.

    PHPBB3-16697

    • phpBB/phpbb/console/command/fixup/update_hashes.php (version 7d37b650a4008e80135ac8898fe973baad8f4e92)
    • phpBB/phpbb/cron/task/core/update_hashes.php (version 7d37b650a4008e80135ac8898fe973baad8f4e92)
    • phpBB/phpbb/passwords/manager.php (version 7d37b650a4008e80135ac8898fe973baad8f4e92)