- Issue created by @monaw
- ๐ฆ๐บAustralia jaime@gingerrobot.com
jaime@gingerrobot.com โ made their first commit to this issueโs fork.
- ๐ฆ๐บAustralia jaime@gingerrobot.com
Hi @monaW I have just come across this issue too. I see the password policy module can not find this function which is in the masquerade module. I've added commit to a branch to use masquerade module instead. I'm not sure if masquerading data comes from anywhere else sometimes.
- Status changed to Closed: works as designed
4 months ago 2:25pm 30 July 2024 - ๐ฎ๐ณIndia vishalkhode
I'm able to reproduce the issue, but clearing cache fixed the issue. The error came because arguments in
password_policy_event_subscriber
enty_subscriber service was updated. In release 4.0.0, the 3rd argument was service@request_stack
which is now updated to@?masquerade
. The service objects are cached by Drupal, so whenever there's change in service definition, the cache clearing is required. Hence, closing this ticket. Feel free to re-open the ticket, if you think it's otherwise or have any other questions/concerns.
Thanks.