You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that we resolve IEnumerable<IUserEventHandler> in UserDisplayDriver. I don't think this handler should by called by another hander like a display driver.
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
I noticed that we resolve
IEnumerable<IUserEventHandler>
in UserDisplayDriver. I don't think this handler should by called by another hander like a display driver.OrchardCore/src/OrchardCore.Modules/OrchardCore.Users/Drivers/UserDisplayDriver.cs
Line 36 in 1cc5fdd
We should be able to identify a user in Enable/Disabled from a controller or the user store instead of a driver.
The text was updated successfully, but these errors were encountered: