OrchardCMS/OrchardCore
View on GitHubHow to get all users who have no role assigned?
Open
#2,987 opened on Jan 8, 2019
good first issue
Description
GetUsersInRoleAsyn("Role_Name") can only get users with the role: Role_Name But how to get all users who have no role assigned?
Thanks!