Build: #882 was successful

Job: PHP 8.1 - SQLite was successful

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • CHItA

    CHItA de711bb7c03d228aa6a403bb89150c34510e29db

    Merge branch '3.3.x'

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

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

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

  • Marc

    Marc 7d37b650a4008e80135ac8898fe973baad8f4e92 m

    [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)