Loading core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ class LocaleTranslatedSchemaDefinitionTest extends BrowserTestBase { */ protected $defaultTheme = 'stark'; /** * {@inheritdoc} */ protected bool $useOneTimeLoginLinks = FALSE; /** * {@inheritdoc} */ Loading core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,11 @@ class LocaleTranslationUiTest extends BrowserTestBase { */ protected $defaultTheme = 'stark'; /** * {@inheritdoc} */ protected bool $useOneTimeLoginLinks = FALSE; /** * Enable interface translation to English. */ Loading core/modules/user/tests/src/Functional/UserLoginTest.php +7 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,13 @@ public function testPasswordRehashOnLogin(): void { $this->assertTrue($password_hasher->needsRehash($account->getPassword())); $account->passRaw = $password; $this->drupalLogin($account); $this->drupalGet('user/login'); $edit = [ 'name' => $account->getAccountName(), 'pass' => $account->passRaw, ]; $this->submitForm($edit, 'Log in'); // Load the stored user, which should have a different password hash now. $user_storage->resetCache([$account->id()]); $account = $user_storage->load($account->id()); Loading core/modules/user/tests/src/Functional/UserTokenReplaceTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,11 @@ class UserTokenReplaceTest extends BrowserTestBase { */ protected $defaultTheme = 'stark'; /** * {@inheritdoc} */ protected bool $useOneTimeLoginLinks = FALSE; /** * {@inheritdoc} */ Loading core/modules/user/user.module +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ function user_user_logout(AccountInterface $account) { * they can change their password. */ function user_pass_reset_url($account, $options = []) { $timestamp = \Drupal::time()->getRequestTime(); $timestamp = \Drupal::time()->getCurrentTime(); $langcode = $options['langcode'] ?? $account->getPreferredLangcode(); return Url::fromRoute('user.reset', [ Loading Loading
core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ class LocaleTranslatedSchemaDefinitionTest extends BrowserTestBase { */ protected $defaultTheme = 'stark'; /** * {@inheritdoc} */ protected bool $useOneTimeLoginLinks = FALSE; /** * {@inheritdoc} */ Loading
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,11 @@ class LocaleTranslationUiTest extends BrowserTestBase { */ protected $defaultTheme = 'stark'; /** * {@inheritdoc} */ protected bool $useOneTimeLoginLinks = FALSE; /** * Enable interface translation to English. */ Loading
core/modules/user/tests/src/Functional/UserLoginTest.php +7 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,13 @@ public function testPasswordRehashOnLogin(): void { $this->assertTrue($password_hasher->needsRehash($account->getPassword())); $account->passRaw = $password; $this->drupalLogin($account); $this->drupalGet('user/login'); $edit = [ 'name' => $account->getAccountName(), 'pass' => $account->passRaw, ]; $this->submitForm($edit, 'Log in'); // Load the stored user, which should have a different password hash now. $user_storage->resetCache([$account->id()]); $account = $user_storage->load($account->id()); Loading
core/modules/user/tests/src/Functional/UserTokenReplaceTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,11 @@ class UserTokenReplaceTest extends BrowserTestBase { */ protected $defaultTheme = 'stark'; /** * {@inheritdoc} */ protected bool $useOneTimeLoginLinks = FALSE; /** * {@inheritdoc} */ Loading
core/modules/user/user.module +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ function user_user_logout(AccountInterface $account) { * they can change their password. */ function user_pass_reset_url($account, $options = []) { $timestamp = \Drupal::time()->getRequestTime(); $timestamp = \Drupal::time()->getCurrentTime(); $langcode = $options['langcode'] ?? $account->getPreferredLangcode(); return Url::fromRoute('user.reset', [ Loading