Sha256: 41a921488c77a18a2c0ab58b74ea763a38e2c2db321870e548b4d4507e78625e

Contents?: true

Size: 539 Bytes

Versions: 8

Compression:

Stored size: 539 Bytes

Contents

# Invitation Only Mode

By providing a randomized string to `ENV["INVITATION_KEYS"]`, you can enable invitation only mode on your Bullet Train application. This will set up your app so that users cannot register to your website unless they have access to a specific link, or if they are invited via email.

`config/application.yml`:
```ruby
INVITATION_KEYS: ofr9h5h9ghzeodh
```

In this case, the user will be able to register their own account by accessing the following link:
```
http://localhost:3000/invitation?key=ofr9h5h9ghzeodh
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bullet_train-1.2.7 docs/invitation_only.md
bullet_train-1.2.6 docs/invitation_only.md
bullet_train-1.2.5 docs/invitation_only.md
bullet_train-1.2.4 docs/invitation_only.md
bullet_train-1.2.3 docs/invitation_only.md
bullet_train-1.2.2 docs/invitation_only.md
bullet_train-1.2.1 docs/invitation_only.md
bullet_train-1.2.0 docs/invitation_only.md