Multi-use invitations #433
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#433
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, invitations are single-user, and also require the admin to enter all user details except for password/passkey.
It would be nice if invitation links could be created that bypass
SIGNUP: TRUEand/orSIGNUP_REQUIRES_APPROVAL, but otherwise allow for multiple users to onboard with them.Perhaps this could be configured with a specific number of uses, but an MVP would simply allow unlimited signups while the link is marked active.
This would allow admins to block signup from the public, but allow it for users where links can be shared through private means.
I would also love this feature. I had planned to invite a group of friends to use one of my services, but was stopped in my tracks by having to register each of them one by one, especially not knowing their details beforehand.
Fixed use count, infinite uses, and SIGNUP_REQUIRES_APPROVAL bypass are all necessary imo
One could also think about making the send invite compatible with multiple receiver addresses for a given link and auto-counting the remaining uses based on the number of recipients and decrement it when one successfully signs in