Reputation: 2279
Is there any easy way to allow social registration, but only for users that provide an invite code using a system like django-invitation? I was planning on using either django-social-auth or django-allauth. Did anyone try this before?
Thanks!
Upvotes: 0
Views: 810
Reputation: 589
It's probably way too late for your needs, but just in case its of use to you or someone else: I have forked django-allauth and added an INVITE_MODE setting so that it can be used along with django-invitation. Here are the repos:
Upvotes: 1