1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: django-invitations
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-django,
python3-django-allauth (>= 0.58.2) <!nocheck>,
python3-freezegun <!nocheck>,
python3-poetry-core,
python3-pytest-django <!nocheck>,
python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/jazzband/django-invitations
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-invitations
Vcs-Git: https://salsa.debian.org/python-team/packages/django-invitations.git
Package: python3-django-invitations
Architecture: all
Depends: python3-django, ${misc:Depends}, ${python3:Depends}
Description: Generic invitations solution for Django
Invitations solution with adaptable backend and support for django-allauth.
All emails and messages are fully customisable.
.
Generic Invitation flow:
.
- Privileged user invites prospective user by email (via either Django
admin, form post, JSON post or programmatically)
- User receives invitation email with confirmation link
- User clicks link and is redirected to a preconfigured URL (default is
accounts/signup)
|