littlecxm / fof-doorman
Create invite codes for users assigned to a group
Package info
github.com/littlecxm/fof-doorman
Type:flarum-extension
pkg:composer/littlecxm/fof-doorman
Fund package maintenance!
1.0.0
2021-05-27 08:24 UTC
Requires
- flarum/core: ^1.0.0
Replaces
README
A Flarum extension that restricts sign-ups to user's who have a code created in the admin panel.
Each code can be set to have a maximum number of uses, what group the user should be automatically added to on sign up, and whether or not the user should be automatically activated.
Usage
- Setup sign-up codes on the admin panel
Installation
Install with composer:
composer require fof/doorman:"*"
Then login and enable the extension.
To Do
- Allow already signed up users to create codes for others to use (referrals)