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

File details

Details for the file django_registration_invite-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_registration_invite-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ed488d32db81908dfbfe77fb7686c9bc297229633685c7309b289a890cedddbe
MD5 4eb74e22fcb79f6d5de66864f03c343f
BLAKE2b-256 8ab8cdc1dc3125dc3165d3255b46d636de1303b523b1fd7955cb636f85f0aaf1

See more details on using hashes here.

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