Simple activation of users.
Project description
django-activation
=================
Simple way to add an activation step to the creation of your users.
Installation
------------
Usage
-----
First you need to add *activation* to your installed_apps in settings.py::
INSTALLED_APPS = (
...
'activation',
...
)
Some configuration can be made with this parameters:
:ACTIVATION_KEY_LENGTH: Controls the length of the activation key.
:ACTIVATION_AUTODELETE: It controls the deletion of the activation key after
is used by the user.
:ACTIVATION_VALID_TIME: Define a period in which the activation key is valid.
You must to define the function that send the email or whatever you want listening to the signal 'ActivationKey.created', like this::
=================
Simple way to add an activation step to the creation of your users.
Installation
------------
Usage
-----
First you need to add *activation* to your installed_apps in settings.py::
INSTALLED_APPS = (
...
'activation',
...
)
Some configuration can be made with this parameters:
:ACTIVATION_KEY_LENGTH: Controls the length of the activation key.
:ACTIVATION_AUTODELETE: It controls the deletion of the activation key after
is used by the user.
:ACTIVATION_VALID_TIME: Define a period in which the activation key is valid.
You must to define the function that send the email or whatever you want listening to the signal 'ActivationKey.created', like this::
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 django-activation-0.1.2v.tar.gz
.
File metadata
- Download URL: django-activation-0.1.2v.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84704b94e1982ce022fc2f8bf589e295bf94140c8e70eaf8d945a3210c86f08b |
|
MD5 | 1b0ef92e347e582221e7ec5c7545dcf7 |
|
BLAKE2b-256 | 2f66dfa5cae3d53644a2fea0b83aa98af45e8992264340961b6ab7ad2f721b89 |