Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21022, comment 184


Ignore:
Timestamp:
12/03/2024 10:51:20 AM (14 months ago)
Author:
mslavco
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21022, comment 184

    initial v1  
    2222wp_hash_password($p);
    2323//vs
    24 password_hash($p, PASSWORD_BCRYPT, 10);
     24password_hash($p, PASSWORD_BCRYPT, ['cost'=>10]);
    2525//vs
    26 password_hash($p, PASSWORD_BCRYPT, 12);
     26password_hash($p, PASSWORD_BCRYPT, ['cost'=>12]);
    2727}}}
    2828