Skip to main content

HMAC-based invitation backend for django-registration

Project description

Build Status Codecov Version License

Installation:

  • Include registration_invite in your INSTALLED_APPS setting.

  • Include the activation URLS in your URL conf url(r'^', include('registration_invite.urls.activation')),

  • If using the user-based invitation workflow, you may instead include url(r'^', include('registration_invite.urls.activation')),

  • Override the invitation templates. Basic examples are provided, but will most likely be insufficient.

    • registration/invite/email/body.txt

    • registration/invite/email/subject.txt

    • registration/invite/activation_complete.html

    • registration/invite/activation_form.html

    • registration/invite/invitation_complete.html

    • registration/invite/invitation_form.html

Features:

  • automatically registers the user model with the admin

  • workflows for both admin-based and user-based invitations

TODO:

  • re-invite for expired users

  • tests

Release Process

  • Update package version in setup.py

  • Create git tag for version

  • Upload release to PyPI bash $ pip install -U setuptools wheel $ rm -rf dist/ build/ $ python setup.py sdist bdist_wheel upload

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page