-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Invite tree system #47
Comments
this has been something i've been musing on for some time, i don't have a solid design proposal yet but here's what i've been thinking:
views and open questions
i'll also note that in the current admin/mod work i'm doing, admins have the ability to create user accounts if given a username which then leads to automatically generating a password + outputting a copy-pastable credentials to send to the invited user out of band. this is effectively a low-powered invite system with slightly more friction involved |
I think there would be value in a 'me' page. Other user configuration/admin stuff could be there too ("delete my account", add a bio, etc) I think what I'm looking to do with e.g. fishbb is more liberal than merveilles -- ie, I think it'd be OK to give everyone an invite upon account creation + waiting a certain amount of time (1 week?) + making a few posts. I think this, and some of the other settings that you discuss here, could be configurable |
My fork uses a very rudimentary invite system https://github.com/alexwennerberg/cerca
It would be interesting to have, alongside the site-based verification, a toggle-able 'invite tree' system, where people receive a small number of invites (like 5) and can invite other people. https://lobste.rs/ does something similar
to prevent spam (a malicious account getting infinite invites), we could do something like a 24 hour waiting period before invites work
The text was updated successfully, but these errors were encountered: