Unverified Commit b0f8f8e5 authored by Alex Pott's avatar Alex Pott
Browse files

task: #3581056 (follow-up) Introduce a OneTimeAuthentication service and deprecate user_pass_rehash

By: alexpott
(cherry picked from commit b9e3893a)
parent 70276131
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -81,4 +81,5 @@ services:
    class: Drupal\user\UserNameValidator
    arguments: ['@validation.basic_recursive_validator_factory', '@validation.constraint']
  Drupal\user\UserNameValidator: '@user.name_validator'
  Drupal\user\OneTimeAuthentication: ~
  Drupal\user\OneTimeAuthentication:
    arguments: ['@datetime.time', '@language_manager']