-
- Downloads
Issue #1845004 by znerol, claudiu.cristea, Spokje, neclimdul, VladimirAus,...
Issue #1845004 by znerol, claudiu.cristea, Spokje, neclimdul, VladimirAus, slasher13, tvb, pwolanin, NivethaSubramaniyan, pradhumanjainOSL, Ratan Priya, longwave, catch, Crell, andypost, xjm, dawehner, voleger, alexpott, Berdir, klausi, DamienMcKenna, mfb, borisson_, Jalandhar, mohit1604, mcdruid: Replace custom password hashing library with PHP password_hash()
Showing
- core/core.services.yml 1 addition, 9 deletionscore/core.services.yml
- core/lib/Drupal/Core/Password/PasswordInterface.php 8 additions, 8 deletionscore/lib/Drupal/Core/Password/PasswordInterface.php
- core/lib/Drupal/Core/Password/PhpPassword.php 59 additions, 0 deletionscore/lib/Drupal/Core/Password/PhpPassword.php
- core/lib/Drupal/Core/Password/PhpassHashedPassword.php 9 additions, 265 deletionscore/lib/Drupal/Core/Password/PhpassHashedPassword.php
- core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php 301 additions, 0 deletionscore/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php
- core/modules/migrate_drupal/migrate_drupal.info.yml 1 addition, 0 deletionscore/modules/migrate_drupal/migrate_drupal.info.yml
- core/modules/phpass/phpass.info.yml 5 additions, 0 deletionscore/modules/phpass/phpass.info.yml
- core/modules/phpass/phpass.module 23 additions, 0 deletionscore/modules/phpass/phpass.module
- core/modules/phpass/phpass.services.yml 6 additions, 0 deletionscore/modules/phpass/phpass.services.yml
- core/modules/phpass/src/Password/PhpassHashedPassword.php 12 additions, 0 deletionscore/modules/phpass/src/Password/PhpassHashedPassword.php
- core/modules/phpass/tests/src/Tests/LegacyPasswordHashingTest.php 20 additions, 85 deletions...ules/phpass/tests/src/Tests/LegacyPasswordHashingTest.php
- core/modules/phpass/tests/src/Tests/PasswordVerifyTest.php 182 additions, 0 deletionscore/modules/phpass/tests/src/Tests/PasswordVerifyTest.php
- core/modules/system/system.post_update.php 7 additions, 0 deletionscore/modules/system/system.post_update.php
- core/modules/system/tests/fixtures/update/drupal-9.4.0.phpass.standard.php.gz 654 additions, 0 deletions...tests/fixtures/update/drupal-9.4.0.phpass.standard.php.gz
- core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php 74 additions, 0 deletions...src/Functional/Update/PasswordCompatibilityUpdateTest.php
- core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php 1 addition, 0 deletions.../Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
- core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml 5 additions, 0 deletions...sh_params_test/user_custom_pass_hash_params_test.info.yml
- core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml 19 additions, 0 deletions...arams_test/user_custom_pass_hash_params_test.services.yml
- core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml 0 additions, 5 deletions...hpass_params_test/user_custom_phpass_params_test.info.yml
- core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml 0 additions, 4 deletions...s_params_test/user_custom_phpass_params_test.services.yml
Loading
Please register or sign in to comment