$this->logger->error('Unable to send password reset email for blocked or not yet activated user %identifier.',[
'%identifier'=>$identifier,
]);
...
...
@@ -288,6 +291,7 @@ public function resetPassword(Request $request) {
* TRUE if the user is blocked, otherwise FALSE.
*/
protectedfunctionuserIsBlocked($name){
@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/3425340',E_USER_DEPRECATED);