Skip to main content

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::

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-activation-0.1.2.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file django-activation-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-activation-0.1.2.tar.gz
Algorithm Hash digest
SHA256 aa4b72e5c7d0738cbd51d771ab979e3ea76ad13d6ed2f6672ed5f447b0114568
MD5 e2f4bfb0eeca331bc283c650d24d3d03
BLAKE2b-256 c24a0d439ce3b7b9bf3f0a10b229a736c4c5ad1e1933c291c9488a9055753884

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