Tagged Questions

3
votes
2answers
501 views

Django invite code app recommendation?

I'm looking for a simple Django app that restricts registration to users who have an invite code (for running a private beta). I'm using django-registration, so something that plays nicely with it ...
3
votes
1answer
232 views

In Pinax, how to invite when ACCOUNT_OPEN_SIGNUP = False?

In Pinax, when ACCOUNT_OPEN_SIGNUP = False how does the admin invite more users to the system? How does one generate invitation codes? How do they work?