Block temp emails from signing up for the Slack and email them
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 33
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
To prevent spam and account abuse, we should block temp emails from signing up for the Slack.
This should be fairly easy to do using a package like [mailchecker](https://www.npmjs.com/package/mailchecker) when Toriel sends out an invite.
If the email is a temp email, Toriel should not invite the user to the Slack, and there should be an email sent to them using a transactional loops email letting them know that temp emails are not allowed to signup for the Slack, and that they can reach out to slack@hackclub.com if they have any questions.
Contributor guide
Assessment
This issue has not been assessed yet.