Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding documentation on email filtering #265

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,21 @@ times 5. If you are not getting invite emails, this might be the reason.
Workaround: sign up for a free org, and set up Slackin to point to it
(all channels will be visible).

### Restrict invitations using an email list

You can restrict user invites to a limited list of valid emails. To do it you
only have to export the environment variable `EMAIL_SLACK_LIST` with the email
list (comma separated and spaceless):

```
export EMAIL_SLACK_LIST="user@domain.com,pal@company.io,john@doe.co"
```

**Important:** By defining the list any intent to get an invitation with an
email not listed will be rejected with the message:

> Your email is not on the accepted email list

### Badges

#### Realtime ([demo](https://cldup.com/IaiPnDEAA6.gif))
Expand Down