mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow sending bulk invites to staged users
This commit is contained in:
@@ -165,7 +165,7 @@ class Invite < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def self.find_user_by_email(email)
|
||||
User.with_email(email).where(staged: false).first
|
||||
User.with_email(Email.downcase(email)).where(staged: false).first
|
||||
end
|
||||
|
||||
def self.get_group_ids(group_names)
|
||||
|
||||
Reference in New Issue
Block a user