core12

  1. xfrocks

    Fixed Core12 authentication gets auto-upgraded constantly

    We have noticed XF\Authentication\Core12::isUpgradable always returns true in our installation. Apparently, running XF\Authentication\Core12::generate will return "$2y" if password_hash is available. If I disable that branch and force it to use XF\Authentication\PasswordHash::HashPassword, the...
Top Bottom