@trigger_error('The $user_auth parameter implementing UserAuthInterface is deprecated in drupal:10.3.0 and will be removed in drupal:12.0.0. Implement UserAuthenticationInterface instead. See https://www.drupal.org/node/3411040');
}
$this->userAuth=$user_auth;
$this->flood=$flood;
$this->entityTypeManager=$entity_type_manager;
@@ -90,8 +94,17 @@ public function authenticate(Request $request) {
// in to many different user accounts. We have a reasonably high limit
// since there may be only one apparent IP for all users at an institution.
@trigger_error('The $user_auth parameter implementing UserAuthInterface is deprecated in drupal:10.3.0 and will be removed in drupal:12.0.0. Implement UserAuthenticationInterface instead. See https://www.drupal.org/node/3411040');
}
$this->userAuth=$user_auth;
$this->serializer=$serializer;
$this->serializerFormats=$serializer_formats;
@@ -178,26 +181,42 @@ public function login(Request $request) {
$this->logger->error('Unable to send password reset email for blocked or not yet activated user %identifier.',[
'%identifier'=>$identifier,
]);
@@ -286,8 +306,13 @@ public function resetPassword(Request $request) {
*
* @return bool
* TRUE if the user is blocked, otherwise FALSE.
*
* @deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. There
* is no replacement.
* @see https://www.drupal.org/node/3425340
*/
protectedfunctionuserIsBlocked($name){
@trigger_error(__METHOD__.' is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3425340',E_USER_DEPRECATED);
@trigger_error('The $user_auth parameter not implementing UserAuthenticationInterface is deprecated in drupal:10.3.0 and will be removed in drupal:12.0.0. See https://www.drupal.org/node/3411040');
}
$this->userAuth=$user_auth;
$this->renderer=$renderer;
$this->bareHtmlPageRenderer=$bare_html_renderer;
@@ -132,7 +136,6 @@ public function buildForm(array $form, FormStateInterface $form_state) {
@trigger_error(__METHOD__.' is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3410706',E_USER_DEPRECATED);
@trigger_error(__METHOD__.' is deprecated in drupal:10.3.0 and will be removed from drupal 12.0.0. Implement \Drupal\user\UserAuthenticationInterface instead. See https://www.drupal.org/node/3411040');