-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Backport] Admin user auth controller refactor #17156
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
[Backport] Admin user auth controller refactor #17156
Conversation
* @param Context $context | ||
* @param UserFactory $userFactory | ||
* @param SecurityManager $securityManager | ||
* @param CollectionFactory $userCollectionFactory |
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.
Please, add missing parameter to doc block
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.
Done.
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.
@sidolov I have added missing parameter, Please review it.
* @param Context $context | ||
* @param UserFactory $userFactory | ||
* @param SecurityManager $securityManager | ||
* @param CollectionFactory $userCollectionFactory |
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.
Done.
Hi @sidolov, thank you for the review. |
Hi @gelanivishal , one of static tests failing with provided changes:
Please, take a look and fix your solution according to test rules. |
Hi @gelanivishal , I am closing this PR now due to inactivity. |
Original Pull Request
#16560
Description
Refactor the code by removing the direct use of ObjectManager and includes the dependencies using Constructor Dependency Injection
Manual testing scenarios