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
In the permission structure we currently have. The AssignRoleToUsers permission should NOT be implied by EditUser. AssignRoleToUsers should be explicitly granted instead.
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.
However I think it may be fine as a non-breaking change. Kind of a fix. Would the fix also add the permission by default to the roles that have Edit Users?
If we provide a migration to grant the permission for all the roles, then we won't break anything. But we would have to make sure that migration does run for new tenants.
In the permission structure we currently have. The
AssignRoleToUsers
permission should NOT be implied byEditUser
.AssignRoleToUsers
should be explicitly granted instead.Change
OrchardCore/src/OrchardCore/OrchardCore.Users.Core/CommonPermissions.cs
Line 24 in dd03cf8
to
The text was updated successfully, but these errors were encountered: