Unverified Commit 46da1a69 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3055374 by onxze, Meenakshi.g, christinlepson, joachim, longwave,...

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 7732e9d7)
parent 3e2c7576
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {