Provides a way to invite new users into a TurboGears2 application
Project description
About tgapp-invitations
tgapp-invitations is a Pluggable application for TurboGears2.
allows the users with invitations-invite permission to invite people via email
this pluggable requires tgapp-registration to be plugged
Installing
tgapp-invitations can be installed from pypi:
pip install tgappinvitations
Plugging tgapp-invitations
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with tgappinvitations:
plug(base_config, 'invitations')
You will be able to access the plugged application at http://localhost:8080/invitations.
Options
invite_required (default: True): when False the normal tgapp-registration flow is preserved.
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 Distribution
File details
Details for the file tgapp-invitations-0.2.7.tar.gz
.
File metadata
- Download URL: tgapp-invitations-0.2.7.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc684f9ea4c8bdc923ee821697465afa34031a8d3582b9c78ce432e5f551af81 |
|
MD5 | 06c6e26d9e17e6f655bf90346ab3fd2c |
|
BLAKE2b-256 | 6bf9c92a769a2ab9c7c1654246dc313e64e02b83479e73eec28f3ed816067cac |