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.
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: