From 46da1a69821d077c56cd15613c15043f4f3a6c98 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 25 Nov 2019 16:19:21 +0000 Subject: [PATCH] Issue #3055374 by onxze, Meenakshi.g, christinlepson, joachim, longwave, alexpott: AuthenticationManager's role in setting the current user to anonymous is not clearly documented (cherry picked from commit 7732e9d794501887189028b910ec7f48696a3acb) --- core/lib/Drupal/Core/Authentication/AuthenticationManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationManager.php b/core/lib/Drupal/Core/Authentication/AuthenticationManager.php index 1049c92bb628..d22a6c367cca 100644 --- a/core/lib/Drupal/Core/Authentication/AuthenticationManager.php +++ b/core/lib/Drupal/Core/Authentication/AuthenticationManager.php @@ -13,7 +13,7 @@ * provider detecting credentials for its method wins. No further provider will * get triggered. * - * If no provider set an active user then the user is set to anonymous. + * If no provider sets an active user then the user remains anonymous. */ class AuthenticationManager implements AuthenticationProviderInterface, AuthenticationProviderFilterInterface, AuthenticationProviderChallengeInterface { -- GitLab