vyahhi / django-invitation-backend

Registration through invitations for django-registration > 0.9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built on top of django-registration, django-invitation-backend handles registration through invitations.

Note

This backend is built for django-registration 0.9 or above.

Features

  • Invitations can be optional or required to be registered.
  • Admin integration

Installation

This application depends on django-registration.

  1. Add "django-invitation-backend" directory to your Python path.
  2. Add "invitation" to your INSTALLED_APPS tuple found in your settings file.
  3. Include "invitation.urls" to your URLconf.

Testing & Example

TODO

Usage

You can configure django-invitation-backend app's behaviour with the following settings:

INVITATION_INVITE_ONLY:Set this to True if you want registration to be only possible via invitations. Default value is False.
INVITATION_EXPIRE_DAYS:How many days before an invitation is expired. Default value is 15.

See Also

About

Registration through invitations for django-registration > 0.9

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%