mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 13:05:39 +08:00
![Gerhard Schlager](/assets/img/avatar_default.png)
Do not send an activation email to users invited via email. They already confirmed their email address by clicking the invite link. Users invited via link will need to confirm their email address before they can login.
6 lines
112 B
Ruby
6 lines
112 B
Ruby
Fabricator(:invite) do
|
|
invited_by(fabricator: :user)
|
|
email 'iceking@ADVENTURETIME.ooo'
|
|
via_email true
|
|
end
|