Howdy!
It seems the invite system was partially removed in commit cdf602d. Part of what made me interested in using this project in the first place was the invite system, and it's kinda confusing that there are still relics from that (Limited invites, columns in the User model).
Suggested resolution:
- Re-add the invite system in a more modular fashion, such that it can be turned off and on via config option.
- Failing that, remove the constrained invitation system (I.e., give users unlimited invites).
- Create a branch for using the invitation system, such as is suggested used to be the case in Dan's amazing Heroku blogpost.
Howdy!
It seems the invite system was partially removed in commit cdf602d. Part of what made me interested in using this project in the first place was the invite system, and it's kinda confusing that there are still relics from that (Limited invites, columns in the User model).
Suggested resolution: