fof / doorman
Create invite codes for users to sign up and be assigned to a group
Fund package maintenance!
Website
Installs: 22 456
Dependents: 5
Suggesters: 0
Security: 0
Stars: 25
Watchers: 3
Forks: 14
Open Issues: 12
Type:flarum-extension
- dev-master
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.1.0-beta.1
- dev-di/prevent-email-confirm-email
- dev-di/event
- dev-di/test
- dev-di/events
- dev-di/created-by
- dev-di/tmp
- dev-di/pagination-and-search
- dev-di/permissions
This package is auto-updated.
Last update: 2025-03-19 06:44:31 UTC
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
- Includes optional support for Direct Links. When this extension is also enabled, email invites will include a link which will take the uew user directly to the signup modal, rather than the forum home page.
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)