HMAC-based invitation backend for django-registration
Project description
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
Copyright & License
Copyright © 2017 NC State University. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file django_registration_invite-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: django_registration_invite-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a45e82846b580e78e8918683f578361c8b029a863476bee34ff5740151203dc |
|
MD5 | 691baf1ab153a1013a013affdfbb687e |
|
BLAKE2b-256 | 282ff7ac8aba9d2dae23cf5cbc97fa3f0341c3a69c7220a1322cb2b7f01a0a2e |