-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security] [DataCollector] Remove allows anonymous information in datacollector #41139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security] [DataCollector] Remove allows anonymous information in datacollector #41139
Conversation
Thanks for the PR. As you pointed out, this info is only relevant when the new authenticator system is not in use. |
Thanks @chalasr for the feedback, Yes I'll do 👍 |
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Outdated
Show resolved
Hide resolved
4a68e97
to
b5f3e27
Compare
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
Show resolved
Hide resolved
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
Show resolved
Hide resolved
9dc4460
to
13b3cc1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for 5.2 (be careful when merging, target branch is incorrect)
13b3cc1
to
92cd096
Compare
Thank you @ismail1432 for fixing the profiler & testing your changes :) |
As mentioned In #40907 there is no longer anonymous users no longer in the new authentication system. This PR remove this information if the new system is used as it always a red cross
With

enable_authenticator_manager
atfalse
With

enable_authenticator_manager
attrue