sttwister
sttwister

Reputation: 2279

django-invitation and social registration

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

Answers (1)

Liz Rice
Liz Rice

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

Related Questions